Shades of Sunglow #FCD23B
Tints of Sunglow #FCD23B
RGB
CMYK
RGB Variations
Color information
#FCD23B (or 0xFCD23B) is known color: Sunglow. HEX triplet: FC, D2 and 3B. RGB value is (252,210,59). Sum of RGB (Red+Green+Blue) = 252+210+59=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 59 (23.44% from 255 or 11.32% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD23B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD23B is #032DC4. Grayscale: #CDCDCD. Windows color (decimal): -208325 or 3920636. OLE color: 3920636.
HSL color Cylindrical-coordinate representation of color #FCD23B: hue angle of 46.94º 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 #FCD23B is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 59 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.01 |
| HSL | 46.94º | 0.97% | 0.61% | - |
| HSV(B) | 46.94º | 0.77% | 0.99% | - |
| XYZ | 63.98 | 67.1 | 13.72 | - |
| YUV | 205.34 | 45.41 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 59 | 0 | 0.17 | 0.77 | 0.01 | 46.94 | 0.97 | 0.61 |
| Hex | FC | D2 | 3B | 0 | 11 | 4D | 1 | 2F | 61 | 3D |
| Octal | 374 | 322 | 73 | 0 | 21 | 115 | 1 | 57 | 141 | 75 |
| Binary | 11111100 | 11010010 | 111011 | 0 | 10001 | 1001101 | 1 | 101111 | 1100001 | 111101 |
Color Harmonies of #FCD23B
Complementary color
Monochromatic Colors of #FCD23B
Black with #FCD23B
Text Example
Text Example
White with #FCD23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD23B; }
p { color: rgb(252,210,59); }
H1.HeaderClassName
{
color: #FCD23B;
}
.AnyTagClassName
{
color: #FCD23B;
}
</style>
background-color css
<style>
a { background-color: #FCD23B; }
a { background-color: rgb(252,210,59); }
div.DivClassName
{
background-color: #FCD23B;
}
.BgClassName
{
background-color: #FCD23B;
}
</style>
border-color css
<style>
span { border-color: #FCD23B; }
span { border-color: rgb(252,210,59); }
td.TdClassName
{
border-color: #FCD23B;
}
.TagClassName
{
border-color: #FCD23B;
}
</style>