Shades of Dolly #F9F068
Tints of Dolly #F9F068
RGB
CMYK
RGB Variations
Color information
#F9F068 (or 0xF9F068) is known color: Dolly. HEX triplet: F9, F0 and 68. RGB value is (249,240,104). Sum of RGB (Red+Green+Blue) = 249+240+104=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 240 (94.14% from 255 or 40.47% from 593); Blue value is 104 (41.02% from 255 or 17.54% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F068 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F068 is #060F97. Grayscale: #E3E3E3. Windows color (decimal): -397208 or 6877433. OLE color: 6877433.
HSL color Cylindrical-coordinate representation of color #F9F068: hue angle of 56.28º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F9F068 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 240 | 104 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.02 |
| HSL | 56.28º | 0.92% | 0.69% | - |
| HSV(B) | 56.28º | 0.58% | 0.98% | - |
| XYZ | 72.73 | 83.46 | 25.37 | - |
| YUV | 227.19 | 58.48 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 240 | 104 | 0 | 0.04 | 0.58 | 0.02 | 56.28 | 0.92 | 0.69 |
| Hex | F9 | F0 | 68 | 0 | 4 | 3A | 2 | 38 | 5C | 45 |
| Octal | 371 | 360 | 150 | 0 | 4 | 72 | 2 | 70 | 134 | 105 |
| Binary | 11111001 | 11110000 | 1101000 | 0 | 100 | 111010 | 10 | 111000 | 1011100 | 1000101 |
Color Harmonies of #F9F068
Complementary color
Monochromatic Colors of #F9F068
Black with #F9F068
Text Example
Text Example
White with #F9F068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F068; }
p { color: rgb(249,240,104); }
H1.HeaderClassName
{
color: #F9F068;
}
.AnyTagClassName
{
color: #F9F068;
}
</style>
background-color css
<style>
a { background-color: #F9F068; }
a { background-color: rgb(249,240,104); }
div.DivClassName
{
background-color: #F9F068;
}
.BgClassName
{
background-color: #F9F068;
}
</style>
border-color css
<style>
span { border-color: #F9F068; }
span { border-color: rgb(249,240,104); }
td.TdClassName
{
border-color: #F9F068;
}
.TagClassName
{
border-color: #F9F068;
}
</style>