Shades of Dolly #FCF970
Tints of Dolly #FCF970
RGB
CMYK
RGB Variations
Color information
#FCF970 (or 0xFCF970) is known color: Dolly. HEX triplet: FC, F9 and 70. RGB value is (252,249,112). Sum of RGB (Red+Green+Blue) = 252+249+112=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 112 (44.14% from 255 or 18.27% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF970 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF970 is #03068F. Grayscale: #EAEAEA. Windows color (decimal): -198288 or 7404028. OLE color: 7404028.
HSL color Cylindrical-coordinate representation of color #FCF970: hue angle of 58.71º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FCF970 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 112 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.01 |
| HSL | 58.71º | 0.96% | 0.71% | - |
| HSV(B) | 58.71º | 0.56% | 0.99% | - |
| XYZ | 76.95 | 89.62 | 28.57 | - |
| YUV | 234.28 | 58.99 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 112 | 0 | 0.01 | 0.56 | 0.01 | 58.71 | 0.96 | 0.71 |
| Hex | FC | F9 | 70 | 0 | 1 | 38 | 1 | 3B | 60 | 47 |
| Octal | 374 | 371 | 160 | 0 | 1 | 70 | 1 | 73 | 140 | 107 |
| Binary | 11111100 | 11111001 | 1110000 | 0 | 1 | 111000 | 1 | 111011 | 1100000 | 1000111 |
Color Harmonies of #FCF970
Complementary color
Monochromatic Colors of #FCF970
Black with #FCF970
Text Example
Text Example
White with #FCF970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF970; }
p { color: rgb(252,249,112); }
H1.HeaderClassName
{
color: #FCF970;
}
.AnyTagClassName
{
color: #FCF970;
}
</style>
background-color css
<style>
a { background-color: #FCF970; }
a { background-color: rgb(252,249,112); }
div.DivClassName
{
background-color: #FCF970;
}
.BgClassName
{
background-color: #FCF970;
}
</style>
border-color css
<style>
span { border-color: #FCF970; }
span { border-color: rgb(252,249,112); }
td.TdClassName
{
border-color: #FCF970;
}
.TagClassName
{
border-color: #FCF970;
}
</style>