Shades of Sunglow #FCD23A
Tints of Sunglow #FCD23A
RGB
CMYK
RGB Variations
Color information
#FCD23A (or 0xFCD23A) is known color: Sunglow. HEX triplet: FC, D2 and 3A. RGB value is (252,210,58). Sum of RGB (Red+Green+Blue) = 252+210+58=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 58 (23.05% from 255 or 11.15% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD23A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD23A is #032DC5. Grayscale: #CDCDCD. Windows color (decimal): -208326 or 3855100. OLE color: 3855100.
HSL color Cylindrical-coordinate representation of color #FCD23A: hue angle of 47.01º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FCD23A is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 58 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.01 |
| HSL | 47.01º | 0.97% | 0.61% | - |
| HSV(B) | 47.01º | 0.77% | 0.99% | - |
| XYZ | 63.96 | 67.09 | 13.58 | - |
| YUV | 205.23 | 44.91 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 58 | 0 | 0.17 | 0.77 | 0.01 | 47.01 | 0.97 | 0.61 |
| Hex | FC | D2 | 3A | 0 | 11 | 4D | 1 | 2F | 61 | 3D |
| Octal | 374 | 322 | 72 | 0 | 21 | 115 | 1 | 57 | 141 | 75 |
| Binary | 11111100 | 11010010 | 111010 | 0 | 10001 | 1001101 | 1 | 101111 | 1100001 | 111101 |
Color Harmonies of #FCD23A
Complementary color
Monochromatic Colors of #FCD23A
Black with #FCD23A
Text Example
Text Example
White with #FCD23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD23A; }
p { color: rgb(252,210,58); }
H1.HeaderClassName
{
color: #FCD23A;
}
.AnyTagClassName
{
color: #FCD23A;
}
</style>
background-color css
<style>
a { background-color: #FCD23A; }
a { background-color: rgb(252,210,58); }
div.DivClassName
{
background-color: #FCD23A;
}
.BgClassName
{
background-color: #FCD23A;
}
</style>
border-color css
<style>
span { border-color: #FCD23A; }
span { border-color: rgb(252,210,58); }
td.TdClassName
{
border-color: #FCD23A;
}
.TagClassName
{
border-color: #FCD23A;
}
</style>