Shades of Sunglow #FED22E
Tints of Sunglow #FED22E
RGB
CMYK
RGB Variations
Color information
#FED22E (or 0xFED22E) is known color: Sunglow. HEX triplet: FE, D2 and 2E. RGB value is (254,210,46). Sum of RGB (Red+Green+Blue) = 254+210+46=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 46 (18.36% from 255 or 9.02% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FED22E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED22E is #012DD1. Grayscale: #CDCDCD. Windows color (decimal): -77266 or 3068670. OLE color: 3068670.
HSL color Cylindrical-coordinate representation of color #FED22E: hue angle of 47.31º 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 #FED22E is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 46 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.00 |
| HSL | 47.31º | 0.99% | 0.59% | - |
| HSV(B) | 47.31º | 0.82% | 1% | - |
| XYZ | 64.41 | 67.36 | 12.19 | - |
| YUV | 204.46 | 38.58 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 46 | 0 | 0.17 | 0.82 | 0.00 | 47.31 | 0.99 | 0.59 |
| Hex | FE | D2 | 2E | 0 | 11 | 52 | 0 | 2F | 63 | 3B |
| Octal | 376 | 322 | 56 | 0 | 21 | 122 | 0 | 57 | 143 | 73 |
| Binary | 11111110 | 11010010 | 101110 | 0 | 10001 | 1010010 | 0 | 101111 | 1100011 | 111011 |
Color Harmonies of #FED22E
Complementary color
Monochromatic Colors of #FED22E
Black with #FED22E
Text Example
Text Example
White with #FED22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED22E; }
p { color: rgb(254,210,46); }
H1.HeaderClassName
{
color: #FED22E;
}
.AnyTagClassName
{
color: #FED22E;
}
</style>
background-color css
<style>
a { background-color: #FED22E; }
a { background-color: rgb(254,210,46); }
div.DivClassName
{
background-color: #FED22E;
}
.BgClassName
{
background-color: #FED22E;
}
</style>
border-color css
<style>
span { border-color: #FED22E; }
span { border-color: rgb(254,210,46); }
td.TdClassName
{
border-color: #FED22E;
}
.TagClassName
{
border-color: #FED22E;
}
</style>