Shades of Sunglow #FEC52F
Tints of Sunglow #FEC52F
RGB
CMYK
RGB Variations
Color information
#FEC52F (or 0xFEC52F) is known color: Sunglow. HEX triplet: FE, C5 and 2F. RGB value is (254,197,47). Sum of RGB (Red+Green+Blue) = 254+197+47=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 47 (18.75% from 255 or 9.44% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC52F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC52F is #013AD0. Grayscale: #C5C5C5. Windows color (decimal): -80593 or 3130878. OLE color: 3130878.
HSL color Cylindrical-coordinate representation of color #FEC52F: hue angle of 43.48º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FEC52F is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 47 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.00 |
| HSL | 43.48º | 0.99% | 0.59% | - |
| HSV(B) | 43.48º | 0.81% | 1% | - |
| XYZ | 61.35 | 61.21 | 11.27 | - |
| YUV | 196.94 | 43.38 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 47 | 0 | 0.22 | 0.81 | 0.00 | 43.48 | 0.99 | 0.59 |
| Hex | FE | C5 | 2F | 0 | 16 | 51 | 0 | 2B | 63 | 3B |
| Octal | 376 | 305 | 57 | 0 | 26 | 121 | 0 | 53 | 143 | 73 |
| Binary | 11111110 | 11000101 | 101111 | 0 | 10110 | 1010001 | 0 | 101011 | 1100011 | 111011 |
Color Harmonies of #FEC52F
Complementary color
Monochromatic Colors of #FEC52F
Black with #FEC52F
Text Example
Text Example
White with #FEC52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC52F; }
p { color: rgb(254,197,47); }
H1.HeaderClassName
{
color: #FEC52F;
}
.AnyTagClassName
{
color: #FEC52F;
}
</style>
background-color css
<style>
a { background-color: #FEC52F; }
a { background-color: rgb(254,197,47); }
div.DivClassName
{
background-color: #FEC52F;
}
.BgClassName
{
background-color: #FEC52F;
}
</style>
border-color css
<style>
span { border-color: #FEC52F; }
span { border-color: rgb(254,197,47); }
td.TdClassName
{
border-color: #FEC52F;
}
.TagClassName
{
border-color: #FEC52F;
}
</style>