Shades of Dolly #F9F267
Tints of Dolly #F9F267
RGB
CMYK
RGB Variations
Color information
#F9F267 (or 0xF9F267) is known color: Dolly. HEX triplet: F9, F2 and 67. RGB value is (249,242,103). Sum of RGB (Red+Green+Blue) = 249+242+103=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 103 (40.62% from 255 or 17.34% from 594); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F267 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F267 is #060D98. Grayscale: #E4E4E4. Windows color (decimal): -396697 or 6812409. OLE color: 6812409.
HSL color Cylindrical-coordinate representation of color #F9F267: hue angle of 57.12º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F9F267 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 242 | 103 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.02 |
| HSL | 57.12º | 0.92% | 0.69% | - |
| HSV(B) | 57.12º | 0.59% | 0.98% | - |
| XYZ | 73.27 | 84.62 | 25.3 | - |
| YUV | 228.25 | 57.32 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 242 | 103 | 0 | 0.03 | 0.59 | 0.02 | 57.12 | 0.92 | 0.69 |
| Hex | F9 | F2 | 67 | 0 | 3 | 3B | 2 | 39 | 5C | 45 |
| Octal | 371 | 362 | 147 | 0 | 3 | 73 | 2 | 71 | 134 | 105 |
| Binary | 11111001 | 11110010 | 1100111 | 0 | 11 | 111011 | 10 | 111001 | 1011100 | 1000101 |
Color Harmonies of #F9F267
Complementary color
Monochromatic Colors of #F9F267
Black with #F9F267
Text Example
Text Example
White with #F9F267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F267; }
p { color: rgb(249,242,103); }
H1.HeaderClassName
{
color: #F9F267;
}
.AnyTagClassName
{
color: #F9F267;
}
</style>
background-color css
<style>
a { background-color: #F9F267; }
a { background-color: rgb(249,242,103); }
div.DivClassName
{
background-color: #F9F267;
}
.BgClassName
{
background-color: #F9F267;
}
</style>
border-color css
<style>
span { border-color: #F9F267; }
span { border-color: rgb(249,242,103); }
td.TdClassName
{
border-color: #F9F267;
}
.TagClassName
{
border-color: #F9F267;
}
</style>