Shades of Sunglow #FEC72E
Tints of Sunglow #FEC72E
RGB
CMYK
RGB Variations
Color information
#FEC72E (or 0xFEC72E) is known color: Sunglow. HEX triplet: FE, C7 and 2E. RGB value is (254,199,46). Sum of RGB (Red+Green+Blue) = 254+199+46=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 199 (78.12% from 255 or 39.88% from 499); Blue value is 46 (18.36% from 255 or 9.22% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC72E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC72E is #0138D1. Grayscale: #C6C6C6. Windows color (decimal): -80082 or 3065854. OLE color: 3065854.
HSL color Cylindrical-coordinate representation of color #FEC72E: hue angle of 44.13º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEC72E is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 46 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.00 |
| HSL | 44.13º | 0.99% | 0.59% | - |
| HSV(B) | 44.13º | 0.82% | 1% | - |
| XYZ | 61.79 | 62.11 | 11.32 | - |
| YUV | 198 | 42.22 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 46 | 0 | 0.22 | 0.82 | 0.00 | 44.13 | 0.99 | 0.59 |
| Hex | FE | C7 | 2E | 0 | 16 | 52 | 0 | 2C | 63 | 3B |
| Octal | 376 | 307 | 56 | 0 | 26 | 122 | 0 | 54 | 143 | 73 |
| Binary | 11111110 | 11000111 | 101110 | 0 | 10110 | 1010010 | 0 | 101100 | 1100011 | 111011 |
Color Harmonies of #FEC72E
Complementary color
Monochromatic Colors of #FEC72E
Black with #FEC72E
Text Example
Text Example
White with #FEC72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC72E; }
p { color: rgb(254,199,46); }
H1.HeaderClassName
{
color: #FEC72E;
}
.AnyTagClassName
{
color: #FEC72E;
}
</style>
background-color css
<style>
a { background-color: #FEC72E; }
a { background-color: rgb(254,199,46); }
div.DivClassName
{
background-color: #FEC72E;
}
.BgClassName
{
background-color: #FEC72E;
}
</style>
border-color css
<style>
span { border-color: #FEC72E; }
span { border-color: rgb(254,199,46); }
td.TdClassName
{
border-color: #FEC72E;
}
.TagClassName
{
border-color: #FEC72E;
}
</style>