Shades of Sunglow #FCC536
Tints of Sunglow #FCC536
RGB
CMYK
RGB Variations
Color information
#FCC536 (or 0xFCC536) is known color: Sunglow. HEX triplet: FC, C5 and 36. RGB value is (252,197,54). Sum of RGB (Red+Green+Blue) = 252+197+54=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 54 (21.48% from 255 or 10.74% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC536 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC536 is #033AC9. Grayscale: #C5C5C5. Windows color (decimal): -211658 or 3589628. OLE color: 3589628.
HSL color Cylindrical-coordinate representation of color #FCC536: hue angle of 43.33º 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 #FCC536 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 54 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.01 |
| HSL | 43.33º | 0.97% | 0.6% | - |
| HSV(B) | 43.33º | 0.79% | 0.99% | - |
| XYZ | 60.78 | 60.89 | 12.04 | - |
| YUV | 197.14 | 47.22 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 54 | 0 | 0.22 | 0.79 | 0.01 | 43.33 | 0.97 | 0.6 |
| Hex | FC | C5 | 36 | 0 | 16 | 4F | 1 | 2B | 61 | 3C |
| Octal | 374 | 305 | 66 | 0 | 26 | 117 | 1 | 53 | 141 | 74 |
| Binary | 11111100 | 11000101 | 110110 | 0 | 10110 | 1001111 | 1 | 101011 | 1100001 | 111100 |
Color Harmonies of #FCC536
Complementary color
Monochromatic Colors of #FCC536
Black with #FCC536
Text Example
Text Example
White with #FCC536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC536; }
p { color: rgb(252,197,54); }
H1.HeaderClassName
{
color: #FCC536;
}
.AnyTagClassName
{
color: #FCC536;
}
</style>
background-color css
<style>
a { background-color: #FCC536; }
a { background-color: rgb(252,197,54); }
div.DivClassName
{
background-color: #FCC536;
}
.BgClassName
{
background-color: #FCC536;
}
</style>
border-color css
<style>
span { border-color: #FCC536; }
span { border-color: rgb(252,197,54); }
td.TdClassName
{
border-color: #FCC536;
}
.TagClassName
{
border-color: #FCC536;
}
</style>