Shades of Sunglow #FEC42F
Tints of Sunglow #FEC42F
RGB
CMYK
RGB Variations
Color information
#FEC42F (or 0xFEC42F) is known color: Sunglow. HEX triplet: FE, C4 and 2F. RGB value is (254,196,47). Sum of RGB (Red+Green+Blue) = 254+196+47=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 196 (76.95% from 255 or 39.44% from 497); Blue value is 47 (18.75% from 255 or 9.46% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC42F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC42F is #013BD0. Grayscale: #C5C5C5. Windows color (decimal): -80849 or 3130622. OLE color: 3130622.
HSL color Cylindrical-coordinate representation of color #FEC42F: hue angle of 43.19º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FEC42F is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 47 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.00 |
| HSL | 43.19º | 0.99% | 0.59% | - |
| HSV(B) | 43.19º | 0.81% | 1% | - |
| XYZ | 61.13 | 60.76 | 11.19 | - |
| YUV | 196.36 | 43.72 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 47 | 0 | 0.23 | 0.81 | 0.00 | 43.19 | 0.99 | 0.59 |
| Hex | FE | C4 | 2F | 0 | 17 | 51 | 0 | 2B | 63 | 3B |
| Octal | 376 | 304 | 57 | 0 | 27 | 121 | 0 | 53 | 143 | 73 |
| Binary | 11111110 | 11000100 | 101111 | 0 | 10111 | 1010001 | 0 | 101011 | 1100011 | 111011 |
Color Harmonies of #FEC42F
Complementary color
Monochromatic Colors of #FEC42F
Black with #FEC42F
Text Example
Text Example
White with #FEC42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC42F; }
p { color: rgb(254,196,47); }
H1.HeaderClassName
{
color: #FEC42F;
}
.AnyTagClassName
{
color: #FEC42F;
}
</style>
background-color css
<style>
a { background-color: #FEC42F; }
a { background-color: rgb(254,196,47); }
div.DivClassName
{
background-color: #FEC42F;
}
.BgClassName
{
background-color: #FEC42F;
}
</style>
border-color css
<style>
span { border-color: #FEC42F; }
span { border-color: rgb(254,196,47); }
td.TdClassName
{
border-color: #FEC42F;
}
.TagClassName
{
border-color: #FEC42F;
}
</style>