Shades of Sunglow #FEC82A
Tints of Sunglow #FEC82A
RGB
CMYK
RGB Variations
Color information
#FEC82A (or 0xFEC82A) is known color: Sunglow. HEX triplet: FE, C8 and 2A. RGB value is (254,200,42). Sum of RGB (Red+Green+Blue) = 254+200+42=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 42 (16.80% from 255 or 8.47% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC82A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC82A is #0137D5. Grayscale: #C6C6C6. Windows color (decimal): -79830 or 2803966. OLE color: 2803966.
HSL color Cylindrical-coordinate representation of color #FEC82A: hue angle of 44.72º 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 #FEC82A is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 200 | 42 | - |
CMYK | 0 | 0.21 | 0.83 | 0.00 |
HSL | 44.72º | 0.99% | 0.58% | - |
HSV(B) | 44.72º | 0.83% | 1% | - |
XYZ | 61.95 | 62.55 | 11 | - |
YUV | 198.13 | 39.89 | 167.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 200 | 42 | 0 | 0.21 | 0.83 | 0.00 | 44.72 | 0.99 | 0.58 |
Hex | FE | C8 | 2A | 0 | 15 | 53 | 0 | 2D | 63 | 3A |
Octal | 376 | 310 | 52 | 0 | 25 | 123 | 0 | 55 | 143 | 72 |
Binary | 11111110 | 11001000 | 101010 | 0 | 10101 | 1010011 | 0 | 101101 | 1100011 | 111010 |
Color Harmonies of #FEC82A
Complementary color
Monochromatic Colors of #FEC82A
Black with #FEC82A
Text Example
Text Example
White with #FEC82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC82A; }
p { color: rgb(254,200,42); }
H1.HeaderClassName
{
color: #FEC82A;
}
.AnyTagClassName
{
color: #FEC82A;
}
</style>
background-color css
<style>
a { background-color: #FEC82A; }
a { background-color: rgb(254,200,42); }
div.DivClassName
{
background-color: #FEC82A;
}
.BgClassName
{
background-color: #FEC82A;
}
</style>
border-color css
<style>
span { border-color: #FEC82A; }
span { border-color: rgb(254,200,42); }
td.TdClassName
{
border-color: #FEC82A;
}
.TagClassName
{
border-color: #FEC82A;
}
</style>