Shades of Sunglow #FEC236
Tints of Sunglow #FEC236
RGB
CMYK
RGB Variations
Color information
#FEC236 (or 0xFEC236) is known color: Sunglow. HEX triplet: FE, C2 and 36. RGB value is (254,194,54). Sum of RGB (Red+Green+Blue) = 254+194+54=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 54 (21.48% from 255 or 10.76% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC236 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC236 is #013DC9. Grayscale: #C4C4C4. Windows color (decimal): -81354 or 3588862. OLE color: 3588862.
HSL color Cylindrical-coordinate representation of color #FEC236: hue angle of 42º 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 #FEC236 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 54 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.00 |
| HSL | 42º | 0.99% | 0.6% | - |
| HSV(B) | 42º | 0.79% | 1% | - |
| XYZ | 60.83 | 59.92 | 11.85 | - |
| YUV | 195.98 | 47.88 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 54 | 0 | 0.24 | 0.79 | 0.00 | 42 | 0.99 | 0.6 |
| Hex | FE | C2 | 36 | 0 | 18 | 4F | 0 | 2A | 63 | 3C |
| Octal | 376 | 302 | 66 | 0 | 30 | 117 | 0 | 52 | 143 | 74 |
| Binary | 11111110 | 11000010 | 110110 | 0 | 11000 | 1001111 | 0 | 101010 | 1100011 | 111100 |
Color Harmonies of #FEC236
Complementary color
Monochromatic Colors of #FEC236
Black with #FEC236
Text Example
Text Example
White with #FEC236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC236; }
p { color: rgb(254,194,54); }
H1.HeaderClassName
{
color: #FEC236;
}
.AnyTagClassName
{
color: #FEC236;
}
</style>
background-color css
<style>
a { background-color: #FEC236; }
a { background-color: rgb(254,194,54); }
div.DivClassName
{
background-color: #FEC236;
}
.BgClassName
{
background-color: #FEC236;
}
</style>
border-color css
<style>
span { border-color: #FEC236; }
span { border-color: rgb(254,194,54); }
td.TdClassName
{
border-color: #FEC236;
}
.TagClassName
{
border-color: #FEC236;
}
</style>