Shades of Sunglow #FEC940
Tints of Sunglow #FEC940
RGB
CMYK
RGB Variations
Color information
#FEC940 (or 0xFEC940) is known color: Sunglow. HEX triplet: FE, C9 and 40. RGB value is (254,201,64). Sum of RGB (Red+Green+Blue) = 254+201+64=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 64 (25.39% from 255 or 12.33% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC940 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC940 is #0136BF. Grayscale: #C9C9C9. Windows color (decimal): -79552 or 4246014. OLE color: 4246014.
HSL color Cylindrical-coordinate representation of color #FEC940: hue angle of 43.26º 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 #FEC940 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 64 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.00 |
| HSL | 43.26º | 0.99% | 0.62% | - |
| HSV(B) | 43.26º | 0.75% | 1% | - |
| XYZ | 62.69 | 63.21 | 13.75 | - |
| YUV | 201.23 | 50.56 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 64 | 0 | 0.21 | 0.75 | 0.00 | 43.26 | 0.99 | 0.62 |
| Hex | FE | C9 | 40 | 0 | 15 | 4B | 0 | 2B | 63 | 3E |
| Octal | 376 | 311 | 100 | 0 | 25 | 113 | 0 | 53 | 143 | 76 |
| Binary | 11111110 | 11001001 | 1000000 | 0 | 10101 | 1001011 | 0 | 101011 | 1100011 | 111110 |
Color Harmonies of #FEC940
Complementary color
Monochromatic Colors of #FEC940
Black with #FEC940
Text Example
Text Example
White with #FEC940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC940; }
p { color: rgb(254,201,64); }
H1.HeaderClassName
{
color: #FEC940;
}
.AnyTagClassName
{
color: #FEC940;
}
</style>
background-color css
<style>
a { background-color: #FEC940; }
a { background-color: rgb(254,201,64); }
div.DivClassName
{
background-color: #FEC940;
}
.BgClassName
{
background-color: #FEC940;
}
</style>
border-color css
<style>
span { border-color: #FEC940; }
span { border-color: rgb(254,201,64); }
td.TdClassName
{
border-color: #FEC940;
}
.TagClassName
{
border-color: #FEC940;
}
</style>