Shades of Dolly #FCFF7B
Tints of Dolly #FCFF7B
RGB
CMYK
RGB Variations
Color information
#FCFF7B (or 0xFCFF7B) is known color: Dolly. HEX triplet: FC, FF and 7B. RGB value is (252,255,123). Sum of RGB (Red+Green+Blue) = 252+255+123=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 123 (48.44% from 255 or 19.52% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFF7B is #030084. Grayscale: #EFEFEF. Windows color (decimal): -196741 or 8126460. OLE color: 8126460.
HSL color Cylindrical-coordinate representation of color #FCFF7B: hue angle of 61.36º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCFF7B is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 123 | - |
| CMYK | 0.01 | 0 | 0.52 | 0 |
| HSL | 61.36º | 1% | 0.74% | - |
| HSV(B) | 61.36º | 0.52% | 1% | - |
| XYZ | 79.48 | 93.65 | 32.63 | - |
| YUV | 239.06 | 62.51 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 123 | 0.01 | 0 | 0.52 | 0 | 61.36 | 1 | 0.74 |
| Hex | FC | FF | 7B | 1 | 0 | 34 | 0 | 3D | 64 | 4A |
| Octal | 374 | 377 | 173 | 1 | 0 | 64 | 0 | 75 | 144 | 112 |
| Binary | 11111100 | 11111111 | 1111011 | 1 | 0 | 110100 | 0 | 111101 | 1100100 | 1001010 |
Color Harmonies of #FCFF7B
Complementary color
Monochromatic Colors of #FCFF7B
Black with #FCFF7B
Text Example
Text Example
White with #FCFF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF7B; }
p { color: rgb(252,255,123); }
H1.HeaderClassName
{
color: #FCFF7B;
}
.AnyTagClassName
{
color: #FCFF7B;
}
</style>
background-color css
<style>
a { background-color: #FCFF7B; }
a { background-color: rgb(252,255,123); }
div.DivClassName
{
background-color: #FCFF7B;
}
.BgClassName
{
background-color: #FCFF7B;
}
</style>
border-color css
<style>
span { border-color: #FCFF7B; }
span { border-color: rgb(252,255,123); }
td.TdClassName
{
border-color: #FCFF7B;
}
.TagClassName
{
border-color: #FCFF7B;
}
</style>