Shades of Sunglow #FCD636
Tints of Sunglow #FCD636
RGB
CMYK
RGB Variations
Color information
#FCD636 (or 0xFCD636) is known color: Sunglow. HEX triplet: FC, D6 and 36. RGB value is (252,214,54). Sum of RGB (Red+Green+Blue) = 252+214+54=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 54 (21.48% from 255 or 10.38% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD636 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD636 is #0329C9. Grayscale: #CFCFCF. Windows color (decimal): -207306 or 3593980. OLE color: 3593980.
HSL color Cylindrical-coordinate representation of color #FCD636: hue angle of 48.48º 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 #FCD636 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 54 | - |
| CMYK | 0 | 0.15 | 0.79 | 0.01 |
| HSL | 48.48º | 0.97% | 0.6% | - |
| HSV(B) | 48.48º | 0.79% | 0.99% | - |
| XYZ | 64.86 | 69.05 | 13.4 | - |
| YUV | 207.12 | 41.59 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 54 | 0 | 0.15 | 0.79 | 0.01 | 48.48 | 0.97 | 0.6 |
| Hex | FC | D6 | 36 | 0 | F | 4F | 1 | 30 | 61 | 3C |
| Octal | 374 | 326 | 66 | 0 | 17 | 117 | 1 | 60 | 141 | 74 |
| Binary | 11111100 | 11010110 | 110110 | 0 | 1111 | 1001111 | 1 | 110000 | 1100001 | 111100 |
Color Harmonies of #FCD636
Complementary color
Monochromatic Colors of #FCD636
Black with #FCD636
Text Example
Text Example
White with #FCD636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD636; }
p { color: rgb(252,214,54); }
H1.HeaderClassName
{
color: #FCD636;
}
.AnyTagClassName
{
color: #FCD636;
}
</style>
background-color css
<style>
a { background-color: #FCD636; }
a { background-color: rgb(252,214,54); }
div.DivClassName
{
background-color: #FCD636;
}
.BgClassName
{
background-color: #FCD636;
}
</style>
border-color css
<style>
span { border-color: #FCD636; }
span { border-color: rgb(252,214,54); }
td.TdClassName
{
border-color: #FCD636;
}
.TagClassName
{
border-color: #FCD636;
}
</style>