Shades of Sunglow #FCD22E
Tints of Sunglow #FCD22E
RGB
CMYK
RGB Variations
Color information
#FCD22E (or 0xFCD22E) is known color: Sunglow. HEX triplet: FC, D2 and 2E. RGB value is (252,210,46). Sum of RGB (Red+Green+Blue) = 252+210+46=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 46 (18.36% from 255 or 9.06% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD22E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD22E is #032DD1. Grayscale: #CCCCCC. Windows color (decimal): -208338 or 3068668. OLE color: 3068668.
HSL color Cylindrical-coordinate representation of color #FCD22E: hue angle of 47.77º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FCD22E is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 46 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.01 |
| HSL | 47.77º | 0.97% | 0.58% | - |
| HSV(B) | 47.77º | 0.82% | 0.99% | - |
| XYZ | 63.68 | 66.99 | 12.16 | - |
| YUV | 203.86 | 38.91 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 46 | 0 | 0.17 | 0.82 | 0.01 | 47.77 | 0.97 | 0.58 |
| Hex | FC | D2 | 2E | 0 | 11 | 52 | 1 | 30 | 61 | 3A |
| Octal | 374 | 322 | 56 | 0 | 21 | 122 | 1 | 60 | 141 | 72 |
| Binary | 11111100 | 11010010 | 101110 | 0 | 10001 | 1010010 | 1 | 110000 | 1100001 | 111010 |
Color Harmonies of #FCD22E
Complementary color
Monochromatic Colors of #FCD22E
Black with #FCD22E
Text Example
Text Example
White with #FCD22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD22E; }
p { color: rgb(252,210,46); }
H1.HeaderClassName
{
color: #FCD22E;
}
.AnyTagClassName
{
color: #FCD22E;
}
</style>
background-color css
<style>
a { background-color: #FCD22E; }
a { background-color: rgb(252,210,46); }
div.DivClassName
{
background-color: #FCD22E;
}
.BgClassName
{
background-color: #FCD22E;
}
</style>
border-color css
<style>
span { border-color: #FCD22E; }
span { border-color: rgb(252,210,46); }
td.TdClassName
{
border-color: #FCD22E;
}
.TagClassName
{
border-color: #FCD22E;
}
</style>