Shades of Sunglow #FED642
Tints of Sunglow #FED642
RGB
CMYK
RGB Variations
Color information
#FED642 (or 0xFED642) is known color: Sunglow. HEX triplet: FE, D6 and 42. RGB value is (254,214,66). Sum of RGB (Red+Green+Blue) = 254+214+66=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 66 (26.17% from 255 or 12.36% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FED642 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED642 is #0129BD. Grayscale: #D1D1D1. Windows color (decimal): -76222 or 4380414. OLE color: 4380414.
HSL color Cylindrical-coordinate representation of color #FED642: hue angle of 47.23º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FED642 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 66 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.00 |
| HSL | 47.23º | 0.99% | 0.63% | - |
| HSV(B) | 47.23º | 0.74% | 1% | - |
| XYZ | 65.9 | 69.56 | 15.11 | - |
| YUV | 209.09 | 47.25 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 66 | 0 | 0.16 | 0.74 | 0.00 | 47.23 | 0.99 | 0.63 |
| Hex | FE | D6 | 42 | 0 | 10 | 4A | 0 | 2F | 63 | 3F |
| Octal | 376 | 326 | 102 | 0 | 20 | 112 | 0 | 57 | 143 | 77 |
| Binary | 11111110 | 11010110 | 1000010 | 0 | 10000 | 1001010 | 0 | 101111 | 1100011 | 111111 |
Color Harmonies of #FED642
Complementary color
Monochromatic Colors of #FED642
Black with #FED642
Text Example
Text Example
White with #FED642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED642; }
p { color: rgb(254,214,66); }
H1.HeaderClassName
{
color: #FED642;
}
.AnyTagClassName
{
color: #FED642;
}
</style>
background-color css
<style>
a { background-color: #FED642; }
a { background-color: rgb(254,214,66); }
div.DivClassName
{
background-color: #FED642;
}
.BgClassName
{
background-color: #FED642;
}
</style>
border-color css
<style>
span { border-color: #FED642; }
span { border-color: rgb(254,214,66); }
td.TdClassName
{
border-color: #FED642;
}
.TagClassName
{
border-color: #FED642;
}
</style>