Shades of Drover #FFF195
Tints of Drover #FFF195
RGB
CMYK
RGB Variations
Color information
#FFF195 (or 0xFFF195) is known color: Drover. HEX triplet: FF, F1 and 95. RGB value is (255,241,149). Sum of RGB (Red+Green+Blue) = 255+241+149=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 241 (94.53% from 255 or 37.36% from 645); Blue value is 149 (58.59% from 255 or 23.10% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF195 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF195 is #000E6A. Grayscale: #EBEBEB. Windows color (decimal): -3691 or 9826815. OLE color: 9826815.
HSL color Cylindrical-coordinate representation of color #FFF195: hue angle of 52.08º 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 #FFF195 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 149 | - |
| CMYK | 0 | 0.05 | 0.42 | 0 |
| HSL | 52.08º | 1% | 0.79% | - |
| HSV(B) | 52.08º | 0.42% | 1% | - |
| XYZ | 78.12 | 86.34 | 40.98 | - |
| YUV | 234.7 | 79.64 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 149 | 0 | 0.05 | 0.42 | 0 | 52.08 | 1 | 0.79 |
| Hex | FF | F1 | 95 | 0 | 5 | 2A | 0 | 34 | 64 | 4F |
| Octal | 377 | 361 | 225 | 0 | 5 | 52 | 0 | 64 | 144 | 117 |
| Binary | 11111111 | 11110001 | 10010101 | 0 | 101 | 101010 | 0 | 110100 | 1100100 | 1001111 |
Color Harmonies of #FFF195
Complementary color
Monochromatic Colors of #FFF195
Black with #FFF195
Text Example
Text Example
White with #FFF195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF195; }
p { color: rgb(255,241,149); }
H1.HeaderClassName
{
color: #FFF195;
}
.AnyTagClassName
{
color: #FFF195;
}
</style>
background-color css
<style>
a { background-color: #FFF195; }
a { background-color: rgb(255,241,149); }
div.DivClassName
{
background-color: #FFF195;
}
.BgClassName
{
background-color: #FFF195;
}
</style>
border-color css
<style>
span { border-color: #FFF195; }
span { border-color: rgb(255,241,149); }
td.TdClassName
{
border-color: #FFF195;
}
.TagClassName
{
border-color: #FFF195;
}
</style>