color details

Color Details
#F8B878 Color Hex

#F8B878 color RGB value is (15, 139, 135).
#F8B878 hex color red value is 15, green value is 139, and blue value is 135.
Cylindrical-coordinate representations (HSL) of color #F8B878 hue: 178.06, saturation: 0.81 and lightness: 0.3.

The process color (four-color CMYK) of #F8B878 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #F8B878 is #ff9999. Color #F8B878 contains mainly RED.

Color Spaces
Color spaces of #F8B878Value
RGB248, 184, 120
HSL0.08, 0.9, 0.72
HSV30°, 52°, 97°
XYZ59.25, 55.6, 25.38
Base Numbers
Base Red Green Blue
Binary 11111000 10111000 1111000
Octal 370 270 170
Decimal 248 184 120
Hex F8 B8 78

RGB Percentages for Color #F8B878

44.93%
33.33%
21.74%

CMYK Percentages of the Color #F8B878

25.81%
51.61%
2.75%
CSS Codes for Color #F8B878
.mybgColor {background-color: #F8B878;}
.myforeColor {color: #F8B878;}
.myborderColor {border:3px solid #F8B878;}
Text Font Color #F8B878

<p style="color:#F8B878">Text here</p>

This sample text is styled with the font color #F8B878. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #F8B878

<div style="background-color:#F8B878">Div content here</div>

The background color of this div is #F8B878
Border Color #F8B878

<div style="border:3px solid #F8B878">Div here</div>

The border color of this div is #F8B878
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(248, 184, 120, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #F8B878;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #F8B878;
-webkit-box-shadow: 1px 1px 3px #F8B878;
box-shadow: 1px 1px 3px #F8B878;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248, 184, 120, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #F8B878;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #F8B878; -webkit-box-shadow: 1px 1px 3px #F8B878; box-shadow: 1px 1px 3px #F8B878;">Div content here</div>

This div box has a shadow with a specified color. #F8B878
Scroll to Top