Shades of Dolly #FAF069
Tints of Dolly #FAF069
RGB
CMYK
RGB Variations
Color information
#FAF069 (or 0xFAF069) is known color: Dolly. HEX triplet: FA, F0 and 69. RGB value is (250,240,105). Sum of RGB (Red+Green+Blue) = 250+240+105=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 240 (94.14% from 255 or 40.34% from 595); Blue value is 105 (41.41% from 255 or 17.65% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF069 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF069 is #050F96. Grayscale: #E4E4E4. Windows color (decimal): -331671 or 6942970. OLE color: 6942970.
HSL color Cylindrical-coordinate representation of color #FAF069: hue angle of 55.86º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAF069 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 105 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.02 |
| HSL | 55.86º | 0.94% | 0.7% | - |
| HSV(B) | 55.86º | 0.58% | 0.98% | - |
| XYZ | 73.13 | 83.66 | 25.66 | - |
| YUV | 227.6 | 58.81 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 105 | 0 | 0.04 | 0.58 | 0.02 | 55.86 | 0.94 | 0.7 |
| Hex | FA | F0 | 69 | 0 | 4 | 3A | 2 | 38 | 5E | 46 |
| Octal | 372 | 360 | 151 | 0 | 4 | 72 | 2 | 70 | 136 | 106 |
| Binary | 11111010 | 11110000 | 1101001 | 0 | 100 | 111010 | 10 | 111000 | 1011110 | 1000110 |
Color Harmonies of #FAF069
Complementary color
Monochromatic Colors of #FAF069
Black with #FAF069
Text Example
Text Example
White with #FAF069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF069; }
p { color: rgb(250,240,105); }
H1.HeaderClassName
{
color: #FAF069;
}
.AnyTagClassName
{
color: #FAF069;
}
</style>
background-color css
<style>
a { background-color: #FAF069; }
a { background-color: rgb(250,240,105); }
div.DivClassName
{
background-color: #FAF069;
}
.BgClassName
{
background-color: #FAF069;
}
</style>
border-color css
<style>
span { border-color: #FAF069; }
span { border-color: rgb(250,240,105); }
td.TdClassName
{
border-color: #FAF069;
}
.TagClassName
{
border-color: #FAF069;
}
</style>