Shades of Sunglow #FEC32E
Tints of Sunglow #FEC32E
RGB
CMYK
RGB Variations
Color information
#FEC32E (or 0xFEC32E) is known color: Sunglow. HEX triplet: FE, C3 and 2E. RGB value is (254,195,46). Sum of RGB (Red+Green+Blue) = 254+195+46=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 46 (18.36% from 255 or 9.29% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC32E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC32E is #013CD1. Grayscale: #C4C4C4. Windows color (decimal): -81106 or 3064830. OLE color: 3064830.
HSL color Cylindrical-coordinate representation of color #FEC32E: hue angle of 42.98º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEC32E is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 46 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.00 |
| HSL | 42.98º | 0.99% | 0.59% | - |
| HSV(B) | 42.98º | 0.82% | 1% | - |
| XYZ | 60.88 | 60.3 | 11.01 | - |
| YUV | 195.66 | 43.55 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 46 | 0 | 0.23 | 0.82 | 0.00 | 42.98 | 0.99 | 0.59 |
| Hex | FE | C3 | 2E | 0 | 17 | 52 | 0 | 2B | 63 | 3B |
| Octal | 376 | 303 | 56 | 0 | 27 | 122 | 0 | 53 | 143 | 73 |
| Binary | 11111110 | 11000011 | 101110 | 0 | 10111 | 1010010 | 0 | 101011 | 1100011 | 111011 |
Color Harmonies of #FEC32E
Complementary color
Monochromatic Colors of #FEC32E
Black with #FEC32E
Text Example
Text Example
White with #FEC32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC32E; }
p { color: rgb(254,195,46); }
H1.HeaderClassName
{
color: #FEC32E;
}
.AnyTagClassName
{
color: #FEC32E;
}
</style>
background-color css
<style>
a { background-color: #FEC32E; }
a { background-color: rgb(254,195,46); }
div.DivClassName
{
background-color: #FEC32E;
}
.BgClassName
{
background-color: #FEC32E;
}
</style>
border-color css
<style>
span { border-color: #FEC32E; }
span { border-color: rgb(254,195,46); }
td.TdClassName
{
border-color: #FEC32E;
}
.TagClassName
{
border-color: #FEC32E;
}
</style>