Shades of Sunglow #FEC440
Tints of Sunglow #FEC440
RGB
CMYK
RGB Variations
Color information
#FEC440 (or 0xFEC440) is known color: Sunglow. HEX triplet: FE, C4 and 40. RGB value is (254,196,64). Sum of RGB (Red+Green+Blue) = 254+196+64=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 64 (25.39% from 255 or 12.45% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC440 is #013BBF. Grayscale: #C6C6C6. Windows color (decimal): -80832 or 4244734. OLE color: 4244734.
HSL color Cylindrical-coordinate representation of color #FEC440: hue angle of 41.68º 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 #FEC440 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 64 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.00 |
| HSL | 41.68º | 0.99% | 0.62% | - |
| HSV(B) | 41.68º | 0.75% | 1% | - |
| XYZ | 61.54 | 60.92 | 13.37 | - |
| YUV | 198.29 | 52.22 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 64 | 0 | 0.23 | 0.75 | 0.00 | 41.68 | 0.99 | 0.62 |
| Hex | FE | C4 | 40 | 0 | 17 | 4B | 0 | 2A | 63 | 3E |
| Octal | 376 | 304 | 100 | 0 | 27 | 113 | 0 | 52 | 143 | 76 |
| Binary | 11111110 | 11000100 | 1000000 | 0 | 10111 | 1001011 | 0 | 101010 | 1100011 | 111110 |
Color Harmonies of #FEC440
Complementary color
Monochromatic Colors of #FEC440
Black with #FEC440
Text Example
Text Example
White with #FEC440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC440; }
p { color: rgb(254,196,64); }
H1.HeaderClassName
{
color: #FEC440;
}
.AnyTagClassName
{
color: #FEC440;
}
</style>
background-color css
<style>
a { background-color: #FEC440; }
a { background-color: rgb(254,196,64); }
div.DivClassName
{
background-color: #FEC440;
}
.BgClassName
{
background-color: #FEC440;
}
</style>
border-color css
<style>
span { border-color: #FEC440; }
span { border-color: rgb(254,196,64); }
td.TdClassName
{
border-color: #FEC440;
}
.TagClassName
{
border-color: #FEC440;
}
</style>