Shades of Sunglow #FEC828
Tints of Sunglow #FEC828
RGB
CMYK
RGB Variations
Color information
#FEC828 (or 0xFEC828) is known color: Sunglow. HEX triplet: FE, C8 and 28. RGB value is (254,200,40). Sum of RGB (Red+Green+Blue) = 254+200+40=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 40 (16.02% from 255 or 8.10% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC828 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC828 is #0137D7. Grayscale: #C6C6C6. Windows color (decimal): -79832 or 2672894. OLE color: 2672894.
HSL color Cylindrical-coordinate representation of color #FEC828: hue angle of 44.86º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FEC828 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 40 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.00 |
| HSL | 44.86º | 0.99% | 0.58% | - |
| HSV(B) | 44.86º | 0.84% | 1% | - |
| XYZ | 61.91 | 62.53 | 10.81 | - |
| YUV | 197.91 | 38.89 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 40 | 0 | 0.21 | 0.84 | 0.00 | 44.86 | 0.99 | 0.58 |
| Hex | FE | C8 | 28 | 0 | 15 | 54 | 0 | 2D | 63 | 3A |
| Octal | 376 | 310 | 50 | 0 | 25 | 124 | 0 | 55 | 143 | 72 |
| Binary | 11111110 | 11001000 | 101000 | 0 | 10101 | 1010100 | 0 | 101101 | 1100011 | 111010 |
Color Harmonies of #FEC828
Complementary color
Monochromatic Colors of #FEC828
Black with #FEC828
Text Example
Text Example
White with #FEC828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC828; }
p { color: rgb(254,200,40); }
H1.HeaderClassName
{
color: #FEC828;
}
.AnyTagClassName
{
color: #FEC828;
}
</style>
background-color css
<style>
a { background-color: #FEC828; }
a { background-color: rgb(254,200,40); }
div.DivClassName
{
background-color: #FEC828;
}
.BgClassName
{
background-color: #FEC828;
}
</style>
border-color css
<style>
span { border-color: #FEC828; }
span { border-color: rgb(254,200,40); }
td.TdClassName
{
border-color: #FEC828;
}
.TagClassName
{
border-color: #FEC828;
}
</style>