Shades of Drover #FFF296
Tints of Drover #FFF296
RGB
CMYK
RGB Variations
Color information
#FFF296 (or 0xFFF296) is known color: Drover. HEX triplet: FF, F2 and 96. RGB value is (255,242,150). Sum of RGB (Red+Green+Blue) = 255+242+150=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 242 (94.92% from 255 or 37.40% from 647); Blue value is 150 (58.98% from 255 or 23.18% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF296 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF296 is #000D69. Grayscale: #EBEBEB. Windows color (decimal): -3434 or 9892607. OLE color: 9892607.
HSL color Cylindrical-coordinate representation of color #FFF296: hue angle of 52.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFF296 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 150 | - |
| CMYK | 0 | 0.05 | 0.41 | 0 |
| HSL | 52.57º | 1% | 0.79% | - |
| HSV(B) | 52.57º | 0.41% | 1% | - |
| XYZ | 78.5 | 86.97 | 41.5 | - |
| YUV | 235.4 | 79.81 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 150 | 0 | 0.05 | 0.41 | 0 | 52.57 | 1 | 0.79 |
| Hex | FF | F2 | 96 | 0 | 5 | 29 | 0 | 35 | 64 | 4F |
| Octal | 377 | 362 | 226 | 0 | 5 | 51 | 0 | 65 | 144 | 117 |
| Binary | 11111111 | 11110010 | 10010110 | 0 | 101 | 101001 | 0 | 110101 | 1100100 | 1001111 |
Color Harmonies of #FFF296
Complementary color
Monochromatic Colors of #FFF296
Black with #FFF296
Text Example
Text Example
White with #FFF296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF296; }
p { color: rgb(255,242,150); }
H1.HeaderClassName
{
color: #FFF296;
}
.AnyTagClassName
{
color: #FFF296;
}
</style>
background-color css
<style>
a { background-color: #FFF296; }
a { background-color: rgb(255,242,150); }
div.DivClassName
{
background-color: #FFF296;
}
.BgClassName
{
background-color: #FFF296;
}
</style>
border-color css
<style>
span { border-color: #FFF296; }
span { border-color: rgb(255,242,150); }
td.TdClassName
{
border-color: #FFF296;
}
.TagClassName
{
border-color: #FFF296;
}
</style>