Shades of Dolly #F9FB7D
Tints of Dolly #F9FB7D
RGB
CMYK
RGB Variations
Color information
#F9FB7D (or 0xF9FB7D) is known color: Dolly. HEX triplet: F9, FB and 7D. RGB value is (249,251,125). Sum of RGB (Red+Green+Blue) = 249+251+125=625 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.84% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 125 (49.22% from 255 or 20% from 625); Max value from RGB is 251 - color contains mainly: green. Hex color #F9FB7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9FB7D is #060482. Grayscale: #ECECEC. Windows color (decimal): -394371 or 8256505. OLE color: 8256505.
HSL color Cylindrical-coordinate representation of color #F9FB7D: hue angle of 60.95º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F9FB7D is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 251 | 125 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.02 |
| HSL | 60.95º | 0.94% | 0.74% | - |
| HSV(B) | 60.95º | 0.5% | 0.98% | - |
| XYZ | 77.27 | 90.61 | 32.82 | - |
| YUV | 236.04 | 65.34 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 251 | 125 | 0.01 | 0 | 0.50 | 0.02 | 60.95 | 0.94 | 0.74 |
| Hex | F9 | FB | 7D | 1 | 0 | 32 | 2 | 3D | 5E | 4A |
| Octal | 371 | 373 | 175 | 1 | 0 | 62 | 2 | 75 | 136 | 112 |
| Binary | 11111001 | 11111011 | 1111101 | 1 | 0 | 110010 | 10 | 111101 | 1011110 | 1001010 |
Color Harmonies of #F9FB7D
Complementary color
Monochromatic Colors of #F9FB7D
Black with #F9FB7D
Text Example
Text Example
White with #F9FB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FB7D; }
p { color: rgb(249,251,125); }
H1.HeaderClassName
{
color: #F9FB7D;
}
.AnyTagClassName
{
color: #F9FB7D;
}
</style>
background-color css
<style>
a { background-color: #F9FB7D; }
a { background-color: rgb(249,251,125); }
div.DivClassName
{
background-color: #F9FB7D;
}
.BgClassName
{
background-color: #F9FB7D;
}
</style>
border-color css
<style>
span { border-color: #F9FB7D; }
span { border-color: rgb(249,251,125); }
td.TdClassName
{
border-color: #F9FB7D;
}
.TagClassName
{
border-color: #F9FB7D;
}
</style>