Shades of Dolly #FCF76C
Tints of Dolly #FCF76C
RGB
CMYK
RGB Variations
Color information
#FCF76C (or 0xFCF76C) is known color: Dolly. HEX triplet: FC, F7 and 6C. RGB value is (252,247,108). Sum of RGB (Red+Green+Blue) = 252+247+108=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 247 (96.88% from 255 or 40.69% from 607); Blue value is 108 (42.58% from 255 or 17.79% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF76C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF76C is #030893. Grayscale: #E9E9E9. Windows color (decimal): -198804 or 7141372. OLE color: 7141372.
HSL color Cylindrical-coordinate representation of color #FCF76C: hue angle of 57.92º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FCF76C is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 247 | 108 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.01 |
| HSL | 57.92º | 0.96% | 0.71% | - |
| HSV(B) | 57.92º | 0.57% | 0.99% | - |
| XYZ | 76.11 | 88.3 | 27.22 | - |
| YUV | 232.65 | 57.66 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 247 | 108 | 0 | 0.02 | 0.57 | 0.01 | 57.92 | 0.96 | 0.71 |
| Hex | FC | F7 | 6C | 0 | 2 | 39 | 1 | 3A | 60 | 47 |
| Octal | 374 | 367 | 154 | 0 | 2 | 71 | 1 | 72 | 140 | 107 |
| Binary | 11111100 | 11110111 | 1101100 | 0 | 10 | 111001 | 1 | 111010 | 1100000 | 1000111 |
Color Harmonies of #FCF76C
Complementary color
Monochromatic Colors of #FCF76C
Black with #FCF76C
Text Example
Text Example
White with #FCF76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF76C; }
p { color: rgb(252,247,108); }
H1.HeaderClassName
{
color: #FCF76C;
}
.AnyTagClassName
{
color: #FCF76C;
}
</style>
background-color css
<style>
a { background-color: #FCF76C; }
a { background-color: rgb(252,247,108); }
div.DivClassName
{
background-color: #FCF76C;
}
.BgClassName
{
background-color: #FCF76C;
}
</style>
border-color css
<style>
span { border-color: #FCF76C; }
span { border-color: rgb(252,247,108); }
td.TdClassName
{
border-color: #FCF76C;
}
.TagClassName
{
border-color: #FCF76C;
}
</style>