Shades of Sunglow #FCD036
Tints of Sunglow #FCD036
RGB
CMYK
RGB Variations
Color information
#FCD036 (or 0xFCD036) is known color: Sunglow. HEX triplet: FC, D0 and 36. RGB value is (252,208,54). Sum of RGB (Red+Green+Blue) = 252+208+54=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 54 (21.48% from 255 or 10.51% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD036 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD036 is #032FC9. Grayscale: #CCCCCC. Windows color (decimal): -208842 or 3592444. OLE color: 3592444.
HSL color Cylindrical-coordinate representation of color #FCD036: hue angle of 46.67º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FCD036 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 54 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.01 |
| HSL | 46.67º | 0.97% | 0.6% | - |
| HSV(B) | 46.67º | 0.79% | 0.99% | - |
| XYZ | 63.37 | 66.07 | 12.9 | - |
| YUV | 203.6 | 43.58 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 54 | 0 | 0.17 | 0.79 | 0.01 | 46.67 | 0.97 | 0.6 |
| Hex | FC | D0 | 36 | 0 | 11 | 4F | 1 | 2F | 61 | 3C |
| Octal | 374 | 320 | 66 | 0 | 21 | 117 | 1 | 57 | 141 | 74 |
| Binary | 11111100 | 11010000 | 110110 | 0 | 10001 | 1001111 | 1 | 101111 | 1100001 | 111100 |
Color Harmonies of #FCD036
Complementary color
Monochromatic Colors of #FCD036
Black with #FCD036
Text Example
Text Example
White with #FCD036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD036; }
p { color: rgb(252,208,54); }
H1.HeaderClassName
{
color: #FCD036;
}
.AnyTagClassName
{
color: #FCD036;
}
</style>
background-color css
<style>
a { background-color: #FCD036; }
a { background-color: rgb(252,208,54); }
div.DivClassName
{
background-color: #FCD036;
}
.BgClassName
{
background-color: #FCD036;
}
</style>
border-color css
<style>
span { border-color: #FCD036; }
span { border-color: rgb(252,208,54); }
td.TdClassName
{
border-color: #FCD036;
}
.TagClassName
{
border-color: #FCD036;
}
</style>