Shades of Sunglow #FCD22D
Tints of Sunglow #FCD22D
RGB
CMYK
RGB Variations
Color information
#FCD22D (or 0xFCD22D) is known color: Sunglow. HEX triplet: FC, D2 and 2D. RGB value is (252,210,45). Sum of RGB (Red+Green+Blue) = 252+210+45=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 45 (17.97% from 255 or 8.88% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD22D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD22D is #032DD2. Grayscale: #CCCCCC. Windows color (decimal): -208339 or 3003132. OLE color: 3003132.
HSL color Cylindrical-coordinate representation of color #FCD22D: hue angle of 47.83º 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 #FCD22D is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 45 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.01 |
| HSL | 47.83º | 0.97% | 0.58% | - |
| HSV(B) | 47.83º | 0.82% | 0.99% | - |
| XYZ | 63.67 | 66.98 | 12.06 | - |
| YUV | 203.75 | 38.41 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 45 | 0 | 0.17 | 0.82 | 0.01 | 47.83 | 0.97 | 0.58 |
| Hex | FC | D2 | 2D | 0 | 11 | 52 | 1 | 30 | 61 | 3A |
| Octal | 374 | 322 | 55 | 0 | 21 | 122 | 1 | 60 | 141 | 72 |
| Binary | 11111100 | 11010010 | 101101 | 0 | 10001 | 1010010 | 1 | 110000 | 1100001 | 111010 |
Color Harmonies of #FCD22D
Complementary color
Monochromatic Colors of #FCD22D
Black with #FCD22D
Text Example
Text Example
White with #FCD22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD22D; }
p { color: rgb(252,210,45); }
H1.HeaderClassName
{
color: #FCD22D;
}
.AnyTagClassName
{
color: #FCD22D;
}
</style>
background-color css
<style>
a { background-color: #FCD22D; }
a { background-color: rgb(252,210,45); }
div.DivClassName
{
background-color: #FCD22D;
}
.BgClassName
{
background-color: #FCD22D;
}
</style>
border-color css
<style>
span { border-color: #FCD22D; }
span { border-color: rgb(252,210,45); }
td.TdClassName
{
border-color: #FCD22D;
}
.TagClassName
{
border-color: #FCD22D;
}
</style>