Shades of Sunglow #FED33A
Tints of Sunglow #FED33A
RGB
CMYK
RGB Variations
Color information
#FED33A (or 0xFED33A) is known color: Sunglow. HEX triplet: FE, D3 and 3A. RGB value is (254,211,58). Sum of RGB (Red+Green+Blue) = 254+211+58=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 58 (23.05% from 255 or 11.09% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FED33A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED33A is #012CC5. Grayscale: #CFCFCF. Windows color (decimal): -76998 or 3855358. OLE color: 3855358.
HSL color Cylindrical-coordinate representation of color #FED33A: hue angle of 46.84º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FED33A is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 58 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.00 |
| HSL | 46.84º | 0.99% | 0.61% | - |
| HSV(B) | 46.84º | 0.77% | 1% | - |
| XYZ | 64.93 | 67.96 | 13.7 | - |
| YUV | 206.42 | 44.25 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 58 | 0 | 0.17 | 0.77 | 0.00 | 46.84 | 0.99 | 0.61 |
| Hex | FE | D3 | 3A | 0 | 11 | 4D | 0 | 2F | 63 | 3D |
| Octal | 376 | 323 | 72 | 0 | 21 | 115 | 0 | 57 | 143 | 75 |
| Binary | 11111110 | 11010011 | 111010 | 0 | 10001 | 1001101 | 0 | 101111 | 1100011 | 111101 |
Color Harmonies of #FED33A
Complementary color
Monochromatic Colors of #FED33A
Black with #FED33A
Text Example
Text Example
White with #FED33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED33A; }
p { color: rgb(254,211,58); }
H1.HeaderClassName
{
color: #FED33A;
}
.AnyTagClassName
{
color: #FED33A;
}
</style>
background-color css
<style>
a { background-color: #FED33A; }
a { background-color: rgb(254,211,58); }
div.DivClassName
{
background-color: #FED33A;
}
.BgClassName
{
background-color: #FED33A;
}
</style>
border-color css
<style>
span { border-color: #FED33A; }
span { border-color: rgb(254,211,58); }
td.TdClassName
{
border-color: #FED33A;
}
.TagClassName
{
border-color: #FED33A;
}
</style>