Shades of Sunglow #FCD333
Tints of Sunglow #FCD333
RGB
CMYK
RGB Variations
Color information
#FCD333 (or 0xFCD333) is known color: Sunglow. HEX triplet: FC, D3 and 33. RGB value is (252,211,51). Sum of RGB (Red+Green+Blue) = 252+211+51=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 211 (82.81% from 255 or 41.05% from 514); Blue value is 51 (20.31% from 255 or 9.92% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD333 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD333 is #032CCC. Grayscale: #CDCDCD. Windows color (decimal): -208077 or 3396604. OLE color: 3396604.
HSL color Cylindrical-coordinate representation of color #FCD333: hue angle of 47.76º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FCD333 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 51 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.01 |
| HSL | 47.76º | 0.97% | 0.59% | - |
| HSV(B) | 47.76º | 0.8% | 0.99% | - |
| XYZ | 64.04 | 67.52 | 12.79 | - |
| YUV | 205.02 | 41.08 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 51 | 0 | 0.16 | 0.80 | 0.01 | 47.76 | 0.97 | 0.59 |
| Hex | FC | D3 | 33 | 0 | 10 | 50 | 1 | 30 | 61 | 3B |
| Octal | 374 | 323 | 63 | 0 | 20 | 120 | 1 | 60 | 141 | 73 |
| Binary | 11111100 | 11010011 | 110011 | 0 | 10000 | 1010000 | 1 | 110000 | 1100001 | 111011 |
Color Harmonies of #FCD333
Complementary color
Monochromatic Colors of #FCD333
Black with #FCD333
Text Example
Text Example
White with #FCD333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD333; }
p { color: rgb(252,211,51); }
H1.HeaderClassName
{
color: #FCD333;
}
.AnyTagClassName
{
color: #FCD333;
}
</style>
background-color css
<style>
a { background-color: #FCD333; }
a { background-color: rgb(252,211,51); }
div.DivClassName
{
background-color: #FCD333;
}
.BgClassName
{
background-color: #FCD333;
}
</style>
border-color css
<style>
span { border-color: #FCD333; }
span { border-color: rgb(252,211,51); }
td.TdClassName
{
border-color: #FCD333;
}
.TagClassName
{
border-color: #FCD333;
}
</style>