Shades of Sunglow #FED236
Tints of Sunglow #FED236
RGB
CMYK
RGB Variations
Color information
#FED236 (or 0xFED236) is known color: Sunglow. HEX triplet: FE, D2 and 36. RGB value is (254,210,54). Sum of RGB (Red+Green+Blue) = 254+210+54=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 54 (21.48% from 255 or 10.42% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FED236 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED236 is #012DC9. Grayscale: #CECECE. Windows color (decimal): -77258 or 3592958. OLE color: 3592958.
HSL color Cylindrical-coordinate representation of color #FED236: hue angle of 46.8º 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 #FED236 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 54 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.00 |
| HSL | 46.8º | 0.99% | 0.6% | - |
| HSV(B) | 46.8º | 0.79% | 1% | - |
| XYZ | 64.59 | 67.43 | 13.1 | - |
| YUV | 205.37 | 42.58 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 54 | 0 | 0.17 | 0.79 | 0.00 | 46.8 | 0.99 | 0.6 |
| Hex | FE | D2 | 36 | 0 | 11 | 4F | 0 | 2F | 63 | 3C |
| Octal | 376 | 322 | 66 | 0 | 21 | 117 | 0 | 57 | 143 | 74 |
| Binary | 11111110 | 11010010 | 110110 | 0 | 10001 | 1001111 | 0 | 101111 | 1100011 | 111100 |
Color Harmonies of #FED236
Complementary color
Monochromatic Colors of #FED236
Black with #FED236
Text Example
Text Example
White with #FED236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED236; }
p { color: rgb(254,210,54); }
H1.HeaderClassName
{
color: #FED236;
}
.AnyTagClassName
{
color: #FED236;
}
</style>
background-color css
<style>
a { background-color: #FED236; }
a { background-color: rgb(254,210,54); }
div.DivClassName
{
background-color: #FED236;
}
.BgClassName
{
background-color: #FED236;
}
</style>
border-color css
<style>
span { border-color: #FED236; }
span { border-color: rgb(254,210,54); }
td.TdClassName
{
border-color: #FED236;
}
.TagClassName
{
border-color: #FED236;
}
</style>