Shades of Sunglow #FEC53C
Tints of Sunglow #FEC53C
RGB
CMYK
RGB Variations
Color information
#FEC53C (or 0xFEC53C) is known color: Sunglow. HEX triplet: FE, C5 and 3C. RGB value is (254,197,60). Sum of RGB (Red+Green+Blue) = 254+197+60=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 60 (23.83% from 255 or 11.74% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC53C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC53C is #013AC3. Grayscale: #C7C7C7. Windows color (decimal): -80580 or 3982846. OLE color: 3982846.
HSL color Cylindrical-coordinate representation of color #FEC53C: hue angle of 42.37º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FEC53C is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 60 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.00 |
| HSL | 42.37º | 0.99% | 0.62% | - |
| HSV(B) | 42.37º | 0.76% | 1% | - |
| XYZ | 61.65 | 61.33 | 12.86 | - |
| YUV | 198.43 | 49.88 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 60 | 0 | 0.22 | 0.76 | 0.00 | 42.37 | 0.99 | 0.62 |
| Hex | FE | C5 | 3C | 0 | 16 | 4C | 0 | 2A | 63 | 3E |
| Octal | 376 | 305 | 74 | 0 | 26 | 114 | 0 | 52 | 143 | 76 |
| Binary | 11111110 | 11000101 | 111100 | 0 | 10110 | 1001100 | 0 | 101010 | 1100011 | 111110 |
Color Harmonies of #FEC53C
Complementary color
Monochromatic Colors of #FEC53C
Black with #FEC53C
Text Example
Text Example
White with #FEC53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC53C; }
p { color: rgb(254,197,60); }
H1.HeaderClassName
{
color: #FEC53C;
}
.AnyTagClassName
{
color: #FEC53C;
}
</style>
background-color css
<style>
a { background-color: #FEC53C; }
a { background-color: rgb(254,197,60); }
div.DivClassName
{
background-color: #FEC53C;
}
.BgClassName
{
background-color: #FEC53C;
}
</style>
border-color css
<style>
span { border-color: #FEC53C; }
span { border-color: rgb(254,197,60); }
td.TdClassName
{
border-color: #FEC53C;
}
.TagClassName
{
border-color: #FEC53C;
}
</style>