Shades of Sunglow #FED229
Tints of Sunglow #FED229
RGB
CMYK
RGB Variations
Color information
#FED229 (or 0xFED229) is known color: Sunglow. HEX triplet: FE, D2 and 29. RGB value is (254,210,41). Sum of RGB (Red+Green+Blue) = 254+210+41=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 41 (16.41% from 255 or 8.12% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FED229 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED229 is #012DD6. Grayscale: #CCCCCC. Windows color (decimal): -77271 or 2740990. OLE color: 2740990.
HSL color Cylindrical-coordinate representation of color #FED229: hue angle of 47.61º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FED229 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 41 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.00 |
| HSL | 47.61º | 0.99% | 0.58% | - |
| HSV(B) | 47.61º | 0.84% | 1% | - |
| XYZ | 64.32 | 67.32 | 11.7 | - |
| YUV | 203.89 | 36.08 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 41 | 0 | 0.17 | 0.84 | 0.00 | 47.61 | 0.99 | 0.58 |
| Hex | FE | D2 | 29 | 0 | 11 | 54 | 0 | 30 | 63 | 3A |
| Octal | 376 | 322 | 51 | 0 | 21 | 124 | 0 | 60 | 143 | 72 |
| Binary | 11111110 | 11010010 | 101001 | 0 | 10001 | 1010100 | 0 | 110000 | 1100011 | 111010 |
Color Harmonies of #FED229
Complementary color
Monochromatic Colors of #FED229
Black with #FED229
Text Example
Text Example
White with #FED229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED229; }
p { color: rgb(254,210,41); }
H1.HeaderClassName
{
color: #FED229;
}
.AnyTagClassName
{
color: #FED229;
}
</style>
background-color css
<style>
a { background-color: #FED229; }
a { background-color: rgb(254,210,41); }
div.DivClassName
{
background-color: #FED229;
}
.BgClassName
{
background-color: #FED229;
}
</style>
border-color css
<style>
span { border-color: #FED229; }
span { border-color: rgb(254,210,41); }
td.TdClassName
{
border-color: #FED229;
}
.TagClassName
{
border-color: #FED229;
}
</style>