Shades of Sunglow #FED034
Tints of Sunglow #FED034
RGB
CMYK
RGB Variations
Color information
#FED034 (or 0xFED034) is known color: Sunglow. HEX triplet: FE, D0 and 34. RGB value is (254,208,52). Sum of RGB (Red+Green+Blue) = 254+208+52=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 52 (20.70% from 255 or 10.12% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FED034 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED034 is #012FCB. Grayscale: #CCCCCC. Windows color (decimal): -77772 or 3461374. OLE color: 3461374.
HSL color Cylindrical-coordinate representation of color #FED034: hue angle of 46.34º 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 #FED034 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 52 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.00 |
| HSL | 46.34º | 0.99% | 0.6% | - |
| HSV(B) | 46.34º | 0.8% | 1% | - |
| XYZ | 64.05 | 66.43 | 12.7 | - |
| YUV | 203.97 | 42.24 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 52 | 0 | 0.18 | 0.80 | 0.00 | 46.34 | 0.99 | 0.6 |
| Hex | FE | D0 | 34 | 0 | 12 | 50 | 0 | 2E | 63 | 3C |
| Octal | 376 | 320 | 64 | 0 | 22 | 120 | 0 | 56 | 143 | 74 |
| Binary | 11111110 | 11010000 | 110100 | 0 | 10010 | 1010000 | 0 | 101110 | 1100011 | 111100 |
Color Harmonies of #FED034
Complementary color
Monochromatic Colors of #FED034
Black with #FED034
Text Example
Text Example
White with #FED034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED034; }
p { color: rgb(254,208,52); }
H1.HeaderClassName
{
color: #FED034;
}
.AnyTagClassName
{
color: #FED034;
}
</style>
background-color css
<style>
a { background-color: #FED034; }
a { background-color: rgb(254,208,52); }
div.DivClassName
{
background-color: #FED034;
}
.BgClassName
{
background-color: #FED034;
}
</style>
border-color css
<style>
span { border-color: #FED034; }
span { border-color: rgb(254,208,52); }
td.TdClassName
{
border-color: #FED034;
}
.TagClassName
{
border-color: #FED034;
}
</style>