Shades of Drover #FFF095
Tints of Drover #FFF095
RGB
CMYK
RGB Variations
Color information
#FFF095 (or 0xFFF095) is known color: Drover. HEX triplet: FF, F0 and 95. RGB value is (255,240,149). Sum of RGB (Red+Green+Blue) = 255+240+149=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 240 (94.14% from 255 or 37.27% from 644); Blue value is 149 (58.59% from 255 or 23.14% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF095 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF095 is #000F6A. Grayscale: #EAEAEA. Windows color (decimal): -3947 or 9826559. OLE color: 9826559.
HSL color Cylindrical-coordinate representation of color #FFF095: hue angle of 51.51º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFF095 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 149 | - |
| CMYK | 0 | 0.06 | 0.42 | 0 |
| HSL | 51.51º | 1% | 0.79% | - |
| HSV(B) | 51.51º | 0.42% | 1% | - |
| XYZ | 77.82 | 85.75 | 40.88 | - |
| YUV | 234.11 | 79.97 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 149 | 0 | 0.06 | 0.42 | 0 | 51.51 | 1 | 0.79 |
| Hex | FF | F0 | 95 | 0 | 6 | 2A | 0 | 34 | 64 | 4F |
| Octal | 377 | 360 | 225 | 0 | 6 | 52 | 0 | 64 | 144 | 117 |
| Binary | 11111111 | 11110000 | 10010101 | 0 | 110 | 101010 | 0 | 110100 | 1100100 | 1001111 |
Color Harmonies of #FFF095
Complementary color
Monochromatic Colors of #FFF095
Black with #FFF095
Text Example
Text Example
White with #FFF095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF095; }
p { color: rgb(255,240,149); }
H1.HeaderClassName
{
color: #FFF095;
}
.AnyTagClassName
{
color: #FFF095;
}
</style>
background-color css
<style>
a { background-color: #FFF095; }
a { background-color: rgb(255,240,149); }
div.DivClassName
{
background-color: #FFF095;
}
.BgClassName
{
background-color: #FFF095;
}
</style>
border-color css
<style>
span { border-color: #FFF095; }
span { border-color: rgb(255,240,149); }
td.TdClassName
{
border-color: #FFF095;
}
.TagClassName
{
border-color: #FFF095;
}
</style>