Shades of Drover #FCEA9A
Tints of Drover #FCEA9A
RGB
CMYK
RGB Variations
Color information
#FCEA9A (or 0xFCEA9A) is known color: Drover. HEX triplet: FC, EA and 9A. RGB value is (252,234,154). Sum of RGB (Red+Green+Blue) = 252+234+154=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 154 (60.55% from 255 or 24.06% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEA9A is #031565. Grayscale: #E6E6E6. Windows color (decimal): -202086 or 10152700. OLE color: 10152700.
HSL color Cylindrical-coordinate representation of color #FCEA9A: hue angle of 48.98º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FCEA9A is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 154 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.01 |
| HSL | 48.98º | 0.94% | 0.8% | - |
| HSV(B) | 48.98º | 0.39% | 0.99% | - |
| XYZ | 75.4 | 81.87 | 42.4 | - |
| YUV | 230.26 | 84.96 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 154 | 0 | 0.07 | 0.39 | 0.01 | 48.98 | 0.94 | 0.8 |
| Hex | FC | EA | 9A | 0 | 7 | 27 | 1 | 31 | 5E | 50 |
| Octal | 374 | 352 | 232 | 0 | 7 | 47 | 1 | 61 | 136 | 120 |
| Binary | 11111100 | 11101010 | 10011010 | 0 | 111 | 100111 | 1 | 110001 | 1011110 | 1010000 |
Color Harmonies of #FCEA9A
Complementary color
Monochromatic Colors of #FCEA9A
Black with #FCEA9A
Text Example
Text Example
White with #FCEA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEA9A; }
p { color: rgb(252,234,154); }
H1.HeaderClassName
{
color: #FCEA9A;
}
.AnyTagClassName
{
color: #FCEA9A;
}
</style>
background-color css
<style>
a { background-color: #FCEA9A; }
a { background-color: rgb(252,234,154); }
div.DivClassName
{
background-color: #FCEA9A;
}
.BgClassName
{
background-color: #FCEA9A;
}
</style>
border-color css
<style>
span { border-color: #FCEA9A; }
span { border-color: rgb(252,234,154); }
td.TdClassName
{
border-color: #FCEA9A;
}
.TagClassName
{
border-color: #FCEA9A;
}
</style>