Shades of Dolly #FBFC74
Tints of Dolly #FBFC74
RGB
CMYK
RGB Variations
Color information
#FBFC74 (or 0xFBFC74) is known color: Dolly. HEX triplet: FB, FC and 74. RGB value is (251,252,116). Sum of RGB (Red+Green+Blue) = 251+252+116=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 252 (98.83% from 255 or 40.71% from 619); Blue value is 116 (45.70% from 255 or 18.74% from 619); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFC74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFC74 is #04038B. Grayscale: #ECECEC. Windows color (decimal): -263052 or 7666939. OLE color: 7666939.
HSL color Cylindrical-coordinate representation of color #FBFC74: hue angle of 60.44º 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 #FBFC74 is Cyan = 0.00, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 252 | 116 | - |
| CMYK | 0.00 | 0 | 0.54 | 0.01 |
| HSL | 60.44º | 0.96% | 0.72% | - |
| HSV(B) | 60.44º | 0.54% | 0.99% | - |
| XYZ | 77.75 | 91.39 | 30.07 | - |
| YUV | 236.2 | 60.17 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 252 | 116 | 0.00 | 0 | 0.54 | 0.01 | 60.44 | 0.96 | 0.72 |
| Hex | FB | FC | 74 | 0 | 0 | 36 | 1 | 3C | 60 | 48 |
| Octal | 373 | 374 | 164 | 0 | 0 | 66 | 1 | 74 | 140 | 110 |
| Binary | 11111011 | 11111100 | 1110100 | 0 | 0 | 110110 | 1 | 111100 | 1100000 | 1001000 |
Color Harmonies of #FBFC74
Complementary color
Monochromatic Colors of #FBFC74
Black with #FBFC74
Text Example
Text Example
White with #FBFC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFC74; }
p { color: rgb(251,252,116); }
H1.HeaderClassName
{
color: #FBFC74;
}
.AnyTagClassName
{
color: #FBFC74;
}
</style>
background-color css
<style>
a { background-color: #FBFC74; }
a { background-color: rgb(251,252,116); }
div.DivClassName
{
background-color: #FBFC74;
}
.BgClassName
{
background-color: #FBFC74;
}
</style>
border-color css
<style>
span { border-color: #FBFC74; }
span { border-color: rgb(251,252,116); }
td.TdClassName
{
border-color: #FBFC74;
}
.TagClassName
{
border-color: #FBFC74;
}
</style>