Shades of Sunglow #FCD736
Tints of Sunglow #FCD736
RGB
CMYK
RGB Variations
Color information
#FCD736 (or 0xFCD736) is known color: Sunglow. HEX triplet: FC, D7 and 36. RGB value is (252,215,54). Sum of RGB (Red+Green+Blue) = 252+215+54=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 54 (21.48% from 255 or 10.36% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD736 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD736 is #0328C9. Grayscale: #D0D0D0. Windows color (decimal): -207050 or 3594236. OLE color: 3594236.
HSL color Cylindrical-coordinate representation of color #FCD736: hue angle of 48.79º 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 #FCD736 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 54 | - |
| CMYK | 0 | 0.15 | 0.79 | 0.01 |
| HSL | 48.79º | 0.97% | 0.6% | - |
| HSV(B) | 48.79º | 0.79% | 0.99% | - |
| XYZ | 65.11 | 69.56 | 13.49 | - |
| YUV | 207.71 | 41.26 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 54 | 0 | 0.15 | 0.79 | 0.01 | 48.79 | 0.97 | 0.6 |
| Hex | FC | D7 | 36 | 0 | F | 4F | 1 | 31 | 61 | 3C |
| Octal | 374 | 327 | 66 | 0 | 17 | 117 | 1 | 61 | 141 | 74 |
| Binary | 11111100 | 11010111 | 110110 | 0 | 1111 | 1001111 | 1 | 110001 | 1100001 | 111100 |
Color Harmonies of #FCD736
Complementary color
Monochromatic Colors of #FCD736
Black with #FCD736
Text Example
Text Example
White with #FCD736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD736; }
p { color: rgb(252,215,54); }
H1.HeaderClassName
{
color: #FCD736;
}
.AnyTagClassName
{
color: #FCD736;
}
</style>
background-color css
<style>
a { background-color: #FCD736; }
a { background-color: rgb(252,215,54); }
div.DivClassName
{
background-color: #FCD736;
}
.BgClassName
{
background-color: #FCD736;
}
</style>
border-color css
<style>
span { border-color: #FCD736; }
span { border-color: rgb(252,215,54); }
td.TdClassName
{
border-color: #FCD736;
}
.TagClassName
{
border-color: #FCD736;
}
</style>