Shades of Sunglow #FEC53A
Tints of Sunglow #FEC53A
RGB
CMYK
RGB Variations
Color information
#FEC53A (or 0xFEC53A) is known color: Sunglow. HEX triplet: FE, C5 and 3A. RGB value is (254,197,58). Sum of RGB (Red+Green+Blue) = 254+197+58=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 58 (23.05% from 255 or 11.39% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC53A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC53A is #013AC5. Grayscale: #C6C6C6. Windows color (decimal): -80582 or 3851774. OLE color: 3851774.
HSL color Cylindrical-coordinate representation of color #FEC53A: hue angle of 42.55º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FEC53A is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 58 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.00 |
| HSL | 42.55º | 0.99% | 0.61% | - |
| HSV(B) | 42.55º | 0.77% | 1% | - |
| XYZ | 61.6 | 61.31 | 12.59 | - |
| YUV | 198.2 | 48.88 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 58 | 0 | 0.22 | 0.77 | 0.00 | 42.55 | 0.99 | 0.61 |
| Hex | FE | C5 | 3A | 0 | 16 | 4D | 0 | 2B | 63 | 3D |
| Octal | 376 | 305 | 72 | 0 | 26 | 115 | 0 | 53 | 143 | 75 |
| Binary | 11111110 | 11000101 | 111010 | 0 | 10110 | 1001101 | 0 | 101011 | 1100011 | 111101 |
Color Harmonies of #FEC53A
Complementary color
Monochromatic Colors of #FEC53A
Black with #FEC53A
Text Example
Text Example
White with #FEC53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC53A; }
p { color: rgb(254,197,58); }
H1.HeaderClassName
{
color: #FEC53A;
}
.AnyTagClassName
{
color: #FEC53A;
}
</style>
background-color css
<style>
a { background-color: #FEC53A; }
a { background-color: rgb(254,197,58); }
div.DivClassName
{
background-color: #FEC53A;
}
.BgClassName
{
background-color: #FEC53A;
}
</style>
border-color css
<style>
span { border-color: #FEC53A; }
span { border-color: rgb(254,197,58); }
td.TdClassName
{
border-color: #FEC53A;
}
.TagClassName
{
border-color: #FEC53A;
}
</style>