Shades of Sunglow #FED640
Tints of Sunglow #FED640
RGB
CMYK
RGB Variations
Color information
#FED640 (or 0xFED640) is known color: Sunglow. HEX triplet: FE, D6 and 40. RGB value is (254,214,64). Sum of RGB (Red+Green+Blue) = 254+214+64=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 64 (25.39% from 255 or 12.03% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FED640 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED640 is #0129BF. Grayscale: #D1D1D1. Windows color (decimal): -76224 or 4249342. OLE color: 4249342.
HSL color Cylindrical-coordinate representation of color #FED640: hue angle of 47.37º 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 #FED640 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 64 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.00 |
| HSL | 47.37º | 0.99% | 0.62% | - |
| HSV(B) | 47.37º | 0.75% | 1% | - |
| XYZ | 65.85 | 69.53 | 14.8 | - |
| YUV | 208.86 | 46.25 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 64 | 0 | 0.16 | 0.75 | 0.00 | 47.37 | 0.99 | 0.62 |
| Hex | FE | D6 | 40 | 0 | 10 | 4B | 0 | 2F | 63 | 3E |
| Octal | 376 | 326 | 100 | 0 | 20 | 113 | 0 | 57 | 143 | 76 |
| Binary | 11111110 | 11010110 | 1000000 | 0 | 10000 | 1001011 | 0 | 101111 | 1100011 | 111110 |
Color Harmonies of #FED640
Complementary color
Monochromatic Colors of #FED640
Black with #FED640
Text Example
Text Example
White with #FED640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED640; }
p { color: rgb(254,214,64); }
H1.HeaderClassName
{
color: #FED640;
}
.AnyTagClassName
{
color: #FED640;
}
</style>
background-color css
<style>
a { background-color: #FED640; }
a { background-color: rgb(254,214,64); }
div.DivClassName
{
background-color: #FED640;
}
.BgClassName
{
background-color: #FED640;
}
</style>
border-color css
<style>
span { border-color: #FED640; }
span { border-color: rgb(254,214,64); }
td.TdClassName
{
border-color: #FED640;
}
.TagClassName
{
border-color: #FED640;
}
</style>