Shades of Sunglow #FEC840
Tints of Sunglow #FEC840
RGB
CMYK
RGB Variations
Color information
#FEC840 (or 0xFEC840) is known color: Sunglow. HEX triplet: FE, C8 and 40. RGB value is (254,200,64). Sum of RGB (Red+Green+Blue) = 254+200+64=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 64 (25.39% from 255 or 12.36% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC840 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC840 is #0137BF. Grayscale: #C9C9C9. Windows color (decimal): -79808 or 4245758. OLE color: 4245758.
HSL color Cylindrical-coordinate representation of color #FEC840: hue angle of 42.95º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FEC840 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 64 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.00 |
| HSL | 42.95º | 0.99% | 0.62% | - |
| HSV(B) | 42.95º | 0.75% | 1% | - |
| XYZ | 62.45 | 62.75 | 13.67 | - |
| YUV | 200.64 | 50.89 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 64 | 0 | 0.21 | 0.75 | 0.00 | 42.95 | 0.99 | 0.62 |
| Hex | FE | C8 | 40 | 0 | 15 | 4B | 0 | 2B | 63 | 3E |
| Octal | 376 | 310 | 100 | 0 | 25 | 113 | 0 | 53 | 143 | 76 |
| Binary | 11111110 | 11001000 | 1000000 | 0 | 10101 | 1001011 | 0 | 101011 | 1100011 | 111110 |
Color Harmonies of #FEC840
Complementary color
Monochromatic Colors of #FEC840
Black with #FEC840
Text Example
Text Example
White with #FEC840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC840; }
p { color: rgb(254,200,64); }
H1.HeaderClassName
{
color: #FEC840;
}
.AnyTagClassName
{
color: #FEC840;
}
</style>
background-color css
<style>
a { background-color: #FEC840; }
a { background-color: rgb(254,200,64); }
div.DivClassName
{
background-color: #FEC840;
}
.BgClassName
{
background-color: #FEC840;
}
</style>
border-color css
<style>
span { border-color: #FEC840; }
span { border-color: rgb(254,200,64); }
td.TdClassName
{
border-color: #FEC840;
}
.TagClassName
{
border-color: #FEC840;
}
</style>