Shades of Sunglow #FEC82E
Tints of Sunglow #FEC82E
RGB
CMYK
RGB Variations
Color information
#FEC82E (or 0xFEC82E) is known color: Sunglow. HEX triplet: FE, C8 and 2E. RGB value is (254,200,46). Sum of RGB (Red+Green+Blue) = 254+200+46=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 46 (18.36% from 255 or 9.2% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC82E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC82E is #0137D1. Grayscale: #C7C7C7. Windows color (decimal): -79826 or 3066110. OLE color: 3066110.
HSL color Cylindrical-coordinate representation of color #FEC82E: hue angle of 44.42º 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 #FEC82E is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 46 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.00 |
| HSL | 44.42º | 0.99% | 0.59% | - |
| HSV(B) | 44.42º | 0.82% | 1% | - |
| XYZ | 62.02 | 62.58 | 11.39 | - |
| YUV | 198.59 | 41.89 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 46 | 0 | 0.21 | 0.82 | 0.00 | 44.42 | 0.99 | 0.59 |
| Hex | FE | C8 | 2E | 0 | 15 | 52 | 0 | 2C | 63 | 3B |
| Octal | 376 | 310 | 56 | 0 | 25 | 122 | 0 | 54 | 143 | 73 |
| Binary | 11111110 | 11001000 | 101110 | 0 | 10101 | 1010010 | 0 | 101100 | 1100011 | 111011 |
Color Harmonies of #FEC82E
Complementary color
Monochromatic Colors of #FEC82E
Black with #FEC82E
Text Example
Text Example
White with #FEC82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC82E; }
p { color: rgb(254,200,46); }
H1.HeaderClassName
{
color: #FEC82E;
}
.AnyTagClassName
{
color: #FEC82E;
}
</style>
background-color css
<style>
a { background-color: #FEC82E; }
a { background-color: rgb(254,200,46); }
div.DivClassName
{
background-color: #FEC82E;
}
.BgClassName
{
background-color: #FEC82E;
}
</style>
border-color css
<style>
span { border-color: #FEC82E; }
span { border-color: rgb(254,200,46); }
td.TdClassName
{
border-color: #FEC82E;
}
.TagClassName
{
border-color: #FEC82E;
}
</style>