Shades of Sunglow #FED62E
Tints of Sunglow #FED62E
RGB
CMYK
RGB Variations
Color information
#FED62E (or 0xFED62E) is known color: Sunglow. HEX triplet: FE, D6 and 2E. RGB value is (254,214,46). Sum of RGB (Red+Green+Blue) = 254+214+46=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 46 (18.36% from 255 or 8.95% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FED62E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED62E is #0129D1. Grayscale: #CFCFCF. Windows color (decimal): -76242 or 3069694. OLE color: 3069694.
HSL color Cylindrical-coordinate representation of color #FED62E: hue angle of 48.46º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FED62E is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 46 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.00 |
| HSL | 48.46º | 0.99% | 0.59% | - |
| HSV(B) | 48.46º | 0.82% | 1% | - |
| XYZ | 65.41 | 69.36 | 12.53 | - |
| YUV | 206.81 | 37.25 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 46 | 0 | 0.16 | 0.82 | 0.00 | 48.46 | 0.99 | 0.59 |
| Hex | FE | D6 | 2E | 0 | 10 | 52 | 0 | 30 | 63 | 3B |
| Octal | 376 | 326 | 56 | 0 | 20 | 122 | 0 | 60 | 143 | 73 |
| Binary | 11111110 | 11010110 | 101110 | 0 | 10000 | 1010010 | 0 | 110000 | 1100011 | 111011 |
Color Harmonies of #FED62E
Complementary color
Monochromatic Colors of #FED62E
Black with #FED62E
Text Example
Text Example
White with #FED62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED62E; }
p { color: rgb(254,214,46); }
H1.HeaderClassName
{
color: #FED62E;
}
.AnyTagClassName
{
color: #FED62E;
}
</style>
background-color css
<style>
a { background-color: #FED62E; }
a { background-color: rgb(254,214,46); }
div.DivClassName
{
background-color: #FED62E;
}
.BgClassName
{
background-color: #FED62E;
}
</style>
border-color css
<style>
span { border-color: #FED62E; }
span { border-color: rgb(254,214,46); }
td.TdClassName
{
border-color: #FED62E;
}
.TagClassName
{
border-color: #FED62E;
}
</style>