Shades of Sunglow #FCC53E
Tints of Sunglow #FCC53E
RGB
CMYK
RGB Variations
Color information
#FCC53E (or 0xFCC53E) is known color: Sunglow. HEX triplet: FC, C5 and 3E. RGB value is (252,197,62). Sum of RGB (Red+Green+Blue) = 252+197+62=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 62 (24.61% from 255 or 12.13% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC53E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC53E is #033AC1. Grayscale: #C6C6C6. Windows color (decimal): -211650 or 4113916. OLE color: 4113916.
HSL color Cylindrical-coordinate representation of color #FCC53E: hue angle of 42.63º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FCC53E is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 62 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.01 |
| HSL | 42.63º | 0.97% | 0.62% | - |
| HSV(B) | 42.63º | 0.75% | 0.99% | - |
| XYZ | 60.98 | 60.98 | 13.11 | - |
| YUV | 198.06 | 51.22 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 62 | 0 | 0.22 | 0.75 | 0.01 | 42.63 | 0.97 | 0.62 |
| Hex | FC | C5 | 3E | 0 | 16 | 4B | 1 | 2B | 61 | 3E |
| Octal | 374 | 305 | 76 | 0 | 26 | 113 | 1 | 53 | 141 | 76 |
| Binary | 11111100 | 11000101 | 111110 | 0 | 10110 | 1001011 | 1 | 101011 | 1100001 | 111110 |
Color Harmonies of #FCC53E
Complementary color
Monochromatic Colors of #FCC53E
Black with #FCC53E
Text Example
Text Example
White with #FCC53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC53E; }
p { color: rgb(252,197,62); }
H1.HeaderClassName
{
color: #FCC53E;
}
.AnyTagClassName
{
color: #FCC53E;
}
</style>
background-color css
<style>
a { background-color: #FCC53E; }
a { background-color: rgb(252,197,62); }
div.DivClassName
{
background-color: #FCC53E;
}
.BgClassName
{
background-color: #FCC53E;
}
</style>
border-color css
<style>
span { border-color: #FCC53E; }
span { border-color: rgb(252,197,62); }
td.TdClassName
{
border-color: #FCC53E;
}
.TagClassName
{
border-color: #FCC53E;
}
</style>