Shades of Sunglow #FEC82D
Tints of Sunglow #FEC82D
RGB
CMYK
RGB Variations
Color information
#FEC82D (or 0xFEC82D) is known color: Sunglow. HEX triplet: FE, C8 and 2D. RGB value is (254,200,45). Sum of RGB (Red+Green+Blue) = 254+200+45=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 45 (17.97% from 255 or 9.02% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC82D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC82D is #0137D2. Grayscale: #C7C7C7. Windows color (decimal): -79827 or 3000574. OLE color: 3000574.
HSL color Cylindrical-coordinate representation of color #FEC82D: hue angle of 44.5º 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 #FEC82D is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 45 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.00 |
| HSL | 44.5º | 0.99% | 0.59% | - |
| HSV(B) | 44.5º | 0.82% | 1% | - |
| XYZ | 62 | 62.57 | 11.29 | - |
| YUV | 198.48 | 41.39 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 45 | 0 | 0.21 | 0.82 | 0.00 | 44.5 | 0.99 | 0.59 |
| Hex | FE | C8 | 2D | 0 | 15 | 52 | 0 | 2C | 63 | 3B |
| Octal | 376 | 310 | 55 | 0 | 25 | 122 | 0 | 54 | 143 | 73 |
| Binary | 11111110 | 11001000 | 101101 | 0 | 10101 | 1010010 | 0 | 101100 | 1100011 | 111011 |
Color Harmonies of #FEC82D
Complementary color
Monochromatic Colors of #FEC82D
Black with #FEC82D
Text Example
Text Example
White with #FEC82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC82D; }
p { color: rgb(254,200,45); }
H1.HeaderClassName
{
color: #FEC82D;
}
.AnyTagClassName
{
color: #FEC82D;
}
</style>
background-color css
<style>
a { background-color: #FEC82D; }
a { background-color: rgb(254,200,45); }
div.DivClassName
{
background-color: #FEC82D;
}
.BgClassName
{
background-color: #FEC82D;
}
</style>
border-color css
<style>
span { border-color: #FEC82D; }
span { border-color: rgb(254,200,45); }
td.TdClassName
{
border-color: #FEC82D;
}
.TagClassName
{
border-color: #FEC82D;
}
</style>