Shades of Sunglow #FED036
Tints of Sunglow #FED036
RGB
CMYK
RGB Variations
Color information
#FED036 (or 0xFED036) is known color: Sunglow. HEX triplet: FE, D0 and 36. RGB value is (254,208,54). Sum of RGB (Red+Green+Blue) = 254+208+54=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 54 (21.48% from 255 or 10.47% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FED036 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED036 is #012FC9. Grayscale: #CCCCCC. Windows color (decimal): -77770 or 3592446. OLE color: 3592446.
HSL color Cylindrical-coordinate representation of color #FED036: hue angle of 46.2º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FED036 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 54 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.00 |
| HSL | 46.2º | 0.99% | 0.6% | - |
| HSV(B) | 46.2º | 0.79% | 1% | - |
| XYZ | 64.09 | 66.45 | 12.94 | - |
| YUV | 204.2 | 43.24 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 54 | 0 | 0.18 | 0.79 | 0.00 | 46.2 | 0.99 | 0.6 |
| Hex | FE | D0 | 36 | 0 | 12 | 4F | 0 | 2E | 63 | 3C |
| Octal | 376 | 320 | 66 | 0 | 22 | 117 | 0 | 56 | 143 | 74 |
| Binary | 11111110 | 11010000 | 110110 | 0 | 10010 | 1001111 | 0 | 101110 | 1100011 | 111100 |
Color Harmonies of #FED036
Complementary color
Monochromatic Colors of #FED036
Black with #FED036
Text Example
Text Example
White with #FED036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED036; }
p { color: rgb(254,208,54); }
H1.HeaderClassName
{
color: #FED036;
}
.AnyTagClassName
{
color: #FED036;
}
</style>
background-color css
<style>
a { background-color: #FED036; }
a { background-color: rgb(254,208,54); }
div.DivClassName
{
background-color: #FED036;
}
.BgClassName
{
background-color: #FED036;
}
</style>
border-color css
<style>
span { border-color: #FED036; }
span { border-color: rgb(254,208,54); }
td.TdClassName
{
border-color: #FED036;
}
.TagClassName
{
border-color: #FED036;
}
</style>