Shades of Sunglow #FED033
Tints of Sunglow #FED033
RGB
CMYK
RGB Variations
Color information
#FED033 (or 0xFED033) is known color: Sunglow. HEX triplet: FE, D0 and 33. RGB value is (254,208,51). Sum of RGB (Red+Green+Blue) = 254+208+51=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 51 (20.31% from 255 or 9.94% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FED033 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED033 is #012FCC. Grayscale: #CCCCCC. Windows color (decimal): -77773 or 3395838. OLE color: 3395838.
HSL color Cylindrical-coordinate representation of color #FED033: hue angle of 46.4º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FED033 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 51 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.00 |
| HSL | 46.4º | 0.99% | 0.6% | - |
| HSV(B) | 46.4º | 0.8% | 1% | - |
| XYZ | 64.03 | 66.42 | 12.58 | - |
| YUV | 203.86 | 41.74 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 51 | 0 | 0.18 | 0.80 | 0.00 | 46.4 | 0.99 | 0.6 |
| Hex | FE | D0 | 33 | 0 | 12 | 50 | 0 | 2E | 63 | 3C |
| Octal | 376 | 320 | 63 | 0 | 22 | 120 | 0 | 56 | 143 | 74 |
| Binary | 11111110 | 11010000 | 110011 | 0 | 10010 | 1010000 | 0 | 101110 | 1100011 | 111100 |
Color Harmonies of #FED033
Complementary color
Monochromatic Colors of #FED033
Black with #FED033
Text Example
Text Example
White with #FED033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED033; }
p { color: rgb(254,208,51); }
H1.HeaderClassName
{
color: #FED033;
}
.AnyTagClassName
{
color: #FED033;
}
</style>
background-color css
<style>
a { background-color: #FED033; }
a { background-color: rgb(254,208,51); }
div.DivClassName
{
background-color: #FED033;
}
.BgClassName
{
background-color: #FED033;
}
</style>
border-color css
<style>
span { border-color: #FED033; }
span { border-color: rgb(254,208,51); }
td.TdClassName
{
border-color: #FED033;
}
.TagClassName
{
border-color: #FED033;
}
</style>