Shades of Sunglow #FEC640
Tints of Sunglow #FEC640
RGB
CMYK
RGB Variations
Color information
#FEC640 (or 0xFEC640) is known color: Sunglow. HEX triplet: FE, C6 and 40. RGB value is (254,198,64). Sum of RGB (Red+Green+Blue) = 254+198+64=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 64 (25.39% from 255 or 12.40% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC640 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC640 is #0139BF. Grayscale: #C8C8C8. Windows color (decimal): -80320 or 4245246. OLE color: 4245246.
HSL color Cylindrical-coordinate representation of color #FEC640: hue angle of 42.32º 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 #FEC640 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 64 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.00 |
| HSL | 42.32º | 0.99% | 0.62% | - |
| HSV(B) | 42.32º | 0.75% | 1% | - |
| XYZ | 61.99 | 61.83 | 13.52 | - |
| YUV | 199.47 | 51.55 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 64 | 0 | 0.22 | 0.75 | 0.00 | 42.32 | 0.99 | 0.62 |
| Hex | FE | C6 | 40 | 0 | 16 | 4B | 0 | 2A | 63 | 3E |
| Octal | 376 | 306 | 100 | 0 | 26 | 113 | 0 | 52 | 143 | 76 |
| Binary | 11111110 | 11000110 | 1000000 | 0 | 10110 | 1001011 | 0 | 101010 | 1100011 | 111110 |
Color Harmonies of #FEC640
Complementary color
Monochromatic Colors of #FEC640
Black with #FEC640
Text Example
Text Example
White with #FEC640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC640; }
p { color: rgb(254,198,64); }
H1.HeaderClassName
{
color: #FEC640;
}
.AnyTagClassName
{
color: #FEC640;
}
</style>
background-color css
<style>
a { background-color: #FEC640; }
a { background-color: rgb(254,198,64); }
div.DivClassName
{
background-color: #FEC640;
}
.BgClassName
{
background-color: #FEC640;
}
</style>
border-color css
<style>
span { border-color: #FEC640; }
span { border-color: rgb(254,198,64); }
td.TdClassName
{
border-color: #FEC640;
}
.TagClassName
{
border-color: #FEC640;
}
</style>