Shades of Sunglow #FCD13B
Tints of Sunglow #FCD13B
RGB
CMYK
RGB Variations
Color information
#FCD13B (or 0xFCD13B) is known color: Sunglow. HEX triplet: FC, D1 and 3B. RGB value is (252,209,59). Sum of RGB (Red+Green+Blue) = 252+209+59=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 209 (82.03% from 255 or 40.19% from 520); Blue value is 59 (23.44% from 255 or 11.35% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD13B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD13B is #032EC4. Grayscale: #CDCDCD. Windows color (decimal): -208581 or 3920380. OLE color: 3920380.
HSL color Cylindrical-coordinate representation of color #FCD13B: hue angle of 46.63º 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 #FCD13B is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 59 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.01 |
| HSL | 46.63º | 0.97% | 0.61% | - |
| HSV(B) | 46.63º | 0.77% | 0.99% | - |
| XYZ | 63.73 | 66.61 | 13.64 | - |
| YUV | 204.76 | 45.75 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 59 | 0 | 0.17 | 0.77 | 0.01 | 46.63 | 0.97 | 0.61 |
| Hex | FC | D1 | 3B | 0 | 11 | 4D | 1 | 2F | 61 | 3D |
| Octal | 374 | 321 | 73 | 0 | 21 | 115 | 1 | 57 | 141 | 75 |
| Binary | 11111100 | 11010001 | 111011 | 0 | 10001 | 1001101 | 1 | 101111 | 1100001 | 111101 |
Color Harmonies of #FCD13B
Complementary color
Monochromatic Colors of #FCD13B
Black with #FCD13B
Text Example
Text Example
White with #FCD13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD13B; }
p { color: rgb(252,209,59); }
H1.HeaderClassName
{
color: #FCD13B;
}
.AnyTagClassName
{
color: #FCD13B;
}
</style>
background-color css
<style>
a { background-color: #FCD13B; }
a { background-color: rgb(252,209,59); }
div.DivClassName
{
background-color: #FCD13B;
}
.BgClassName
{
background-color: #FCD13B;
}
</style>
border-color css
<style>
span { border-color: #FCD13B; }
span { border-color: rgb(252,209,59); }
td.TdClassName
{
border-color: #FCD13B;
}
.TagClassName
{
border-color: #FCD13B;
}
</style>