Shades of Dolly #FCFB73
Tints of Dolly #FCFB73
RGB
CMYK
RGB Variations
Color information
#FCFB73 (or 0xFCFB73) is known color: Dolly. HEX triplet: FC, FB and 73. RGB value is (252,251,115). Sum of RGB (Red+Green+Blue) = 252+251+115=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 251 (98.44% from 255 or 40.61% from 618); Blue value is 115 (45.31% from 255 or 18.61% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFB73 is #03048C. Grayscale: #ECECEC. Windows color (decimal): -197773 or 7601148. OLE color: 7601148.
HSL color Cylindrical-coordinate representation of color #FCFB73: hue angle of 59.56º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FCFB73 is Cyan = 0, Magento = 0.00, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 115 | - |
| CMYK | 0 | 0.00 | 0.54 | 0.01 |
| HSL | 59.56º | 0.96% | 0.72% | - |
| HSV(B) | 59.56º | 0.54% | 0.99% | - |
| XYZ | 77.74 | 90.93 | 29.67 | - |
| YUV | 235.8 | 59.83 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 115 | 0 | 0.00 | 0.54 | 0.01 | 59.56 | 0.96 | 0.72 |
| Hex | FC | FB | 73 | 0 | 0 | 36 | 1 | 3C | 60 | 48 |
| Octal | 374 | 373 | 163 | 0 | 0 | 66 | 1 | 74 | 140 | 110 |
| Binary | 11111100 | 11111011 | 1110011 | 0 | 0 | 110110 | 1 | 111100 | 1100000 | 1001000 |
Color Harmonies of #FCFB73
Complementary color
Monochromatic Colors of #FCFB73
Black with #FCFB73
Text Example
Text Example
White with #FCFB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFB73; }
p { color: rgb(252,251,115); }
H1.HeaderClassName
{
color: #FCFB73;
}
.AnyTagClassName
{
color: #FCFB73;
}
</style>
background-color css
<style>
a { background-color: #FCFB73; }
a { background-color: rgb(252,251,115); }
div.DivClassName
{
background-color: #FCFB73;
}
.BgClassName
{
background-color: #FCFB73;
}
</style>
border-color css
<style>
span { border-color: #FCFB73; }
span { border-color: rgb(252,251,115); }
td.TdClassName
{
border-color: #FCFB73;
}
.TagClassName
{
border-color: #FCFB73;
}
</style>