Shades of Sunglow #FEC82F
Tints of Sunglow #FEC82F
RGB
CMYK
RGB Variations
Color information
#FEC82F (or 0xFEC82F) is known color: Sunglow. HEX triplet: FE, C8 and 2F. RGB value is (254,200,47). Sum of RGB (Red+Green+Blue) = 254+200+47=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 47 (18.75% from 255 or 9.38% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC82F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC82F is #0137D0. Grayscale: #C7C7C7. Windows color (decimal): -79825 or 3131646. OLE color: 3131646.
HSL color Cylindrical-coordinate representation of color #FEC82F: hue angle of 44.35º 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 #FEC82F is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 47 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.00 |
| HSL | 44.35º | 0.99% | 0.59% | - |
| HSV(B) | 44.35º | 0.81% | 1% | - |
| XYZ | 62.04 | 62.58 | 11.5 | - |
| YUV | 198.7 | 42.39 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 47 | 0 | 0.21 | 0.81 | 0.00 | 44.35 | 0.99 | 0.59 |
| Hex | FE | C8 | 2F | 0 | 15 | 51 | 0 | 2C | 63 | 3B |
| Octal | 376 | 310 | 57 | 0 | 25 | 121 | 0 | 54 | 143 | 73 |
| Binary | 11111110 | 11001000 | 101111 | 0 | 10101 | 1010001 | 0 | 101100 | 1100011 | 111011 |
Color Harmonies of #FEC82F
Complementary color
Monochromatic Colors of #FEC82F
Black with #FEC82F
Text Example
Text Example
White with #FEC82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC82F; }
p { color: rgb(254,200,47); }
H1.HeaderClassName
{
color: #FEC82F;
}
.AnyTagClassName
{
color: #FEC82F;
}
</style>
background-color css
<style>
a { background-color: #FEC82F; }
a { background-color: rgb(254,200,47); }
div.DivClassName
{
background-color: #FEC82F;
}
.BgClassName
{
background-color: #FEC82F;
}
</style>
border-color css
<style>
span { border-color: #FEC82F; }
span { border-color: rgb(254,200,47); }
td.TdClassName
{
border-color: #FEC82F;
}
.TagClassName
{
border-color: #FEC82F;
}
</style>