Shades of Sunglow #FEC52C
Tints of Sunglow #FEC52C
RGB
CMYK
RGB Variations
Color information
#FEC52C (or 0xFEC52C) is known color: Sunglow. HEX triplet: FE, C5 and 2C. RGB value is (254,197,44). Sum of RGB (Red+Green+Blue) = 254+197+44=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 44 (17.58% from 255 or 8.89% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC52C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC52C is #013AD3. Grayscale: #C5C5C5. Windows color (decimal): -80596 or 2934270. OLE color: 2934270.
HSL color Cylindrical-coordinate representation of color #FEC52C: hue angle of 43.71º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FEC52C is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 44 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.00 |
| HSL | 43.71º | 0.99% | 0.58% | - |
| HSV(B) | 43.71º | 0.83% | 1% | - |
| XYZ | 61.29 | 61.19 | 10.96 | - |
| YUV | 196.6 | 41.88 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 44 | 0 | 0.22 | 0.83 | 0.00 | 43.71 | 0.99 | 0.58 |
| Hex | FE | C5 | 2C | 0 | 16 | 53 | 0 | 2C | 63 | 3A |
| Octal | 376 | 305 | 54 | 0 | 26 | 123 | 0 | 54 | 143 | 72 |
| Binary | 11111110 | 11000101 | 101100 | 0 | 10110 | 1010011 | 0 | 101100 | 1100011 | 111010 |
Color Harmonies of #FEC52C
Complementary color
Monochromatic Colors of #FEC52C
Black with #FEC52C
Text Example
Text Example
White with #FEC52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC52C; }
p { color: rgb(254,197,44); }
H1.HeaderClassName
{
color: #FEC52C;
}
.AnyTagClassName
{
color: #FEC52C;
}
</style>
background-color css
<style>
a { background-color: #FEC52C; }
a { background-color: rgb(254,197,44); }
div.DivClassName
{
background-color: #FEC52C;
}
.BgClassName
{
background-color: #FEC52C;
}
</style>
border-color css
<style>
span { border-color: #FEC52C; }
span { border-color: rgb(254,197,44); }
td.TdClassName
{
border-color: #FEC52C;
}
.TagClassName
{
border-color: #FEC52C;
}
</style>