Shades of Sunglow #FCD136
Tints of Sunglow #FCD136
RGB
CMYK
RGB Variations
Color information
#FCD136 (or 0xFCD136) is known color: Sunglow. HEX triplet: FC, D1 and 36. RGB value is (252,209,54). Sum of RGB (Red+Green+Blue) = 252+209+54=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 54 (21.48% from 255 or 10.49% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD136 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD136 is #032EC9. Grayscale: #CCCCCC. Windows color (decimal): -208586 or 3592700. OLE color: 3592700.
HSL color Cylindrical-coordinate representation of color #FCD136: hue angle of 46.97º 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 #FCD136 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 54 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.01 |
| HSL | 46.97º | 0.97% | 0.6% | - |
| HSV(B) | 46.97º | 0.79% | 0.99% | - |
| XYZ | 63.61 | 66.56 | 12.99 | - |
| YUV | 204.19 | 43.25 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 54 | 0 | 0.17 | 0.79 | 0.01 | 46.97 | 0.97 | 0.6 |
| Hex | FC | D1 | 36 | 0 | 11 | 4F | 1 | 2F | 61 | 3C |
| Octal | 374 | 321 | 66 | 0 | 21 | 117 | 1 | 57 | 141 | 74 |
| Binary | 11111100 | 11010001 | 110110 | 0 | 10001 | 1001111 | 1 | 101111 | 1100001 | 111100 |
Color Harmonies of #FCD136
Complementary color
Monochromatic Colors of #FCD136
Black with #FCD136
Text Example
Text Example
White with #FCD136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD136; }
p { color: rgb(252,209,54); }
H1.HeaderClassName
{
color: #FCD136;
}
.AnyTagClassName
{
color: #FCD136;
}
</style>
background-color css
<style>
a { background-color: #FCD136; }
a { background-color: rgb(252,209,54); }
div.DivClassName
{
background-color: #FCD136;
}
.BgClassName
{
background-color: #FCD136;
}
</style>
border-color css
<style>
span { border-color: #FCD136; }
span { border-color: rgb(252,209,54); }
td.TdClassName
{
border-color: #FCD136;
}
.TagClassName
{
border-color: #FCD136;
}
</style>