Shades of Sunglow #FEC842
Tints of Sunglow #FEC842
RGB
CMYK
RGB Variations
Color information
#FEC842 (or 0xFEC842) is known color: Sunglow. HEX triplet: FE, C8 and 42. RGB value is (254,200,66). Sum of RGB (Red+Green+Blue) = 254+200+66=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 66 (26.17% from 255 or 12.69% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC842 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC842 is #0137BD. Grayscale: #C9C9C9. Windows color (decimal): -79806 or 4376830. OLE color: 4376830.
HSL color Cylindrical-coordinate representation of color #FEC842: hue angle of 42.77º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FEC842 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 66 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.00 |
| HSL | 42.77º | 0.99% | 0.63% | - |
| HSV(B) | 42.77º | 0.74% | 1% | - |
| XYZ | 62.51 | 62.77 | 13.98 | - |
| YUV | 200.87 | 51.89 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 66 | 0 | 0.21 | 0.74 | 0.00 | 42.77 | 0.99 | 0.63 |
| Hex | FE | C8 | 42 | 0 | 15 | 4A | 0 | 2B | 63 | 3F |
| Octal | 376 | 310 | 102 | 0 | 25 | 112 | 0 | 53 | 143 | 77 |
| Binary | 11111110 | 11001000 | 1000010 | 0 | 10101 | 1001010 | 0 | 101011 | 1100011 | 111111 |
Color Harmonies of #FEC842
Complementary color
Monochromatic Colors of #FEC842
Black with #FEC842
Text Example
Text Example
White with #FEC842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC842; }
p { color: rgb(254,200,66); }
H1.HeaderClassName
{
color: #FEC842;
}
.AnyTagClassName
{
color: #FEC842;
}
</style>
background-color css
<style>
a { background-color: #FEC842; }
a { background-color: rgb(254,200,66); }
div.DivClassName
{
background-color: #FEC842;
}
.BgClassName
{
background-color: #FEC842;
}
</style>
border-color css
<style>
span { border-color: #FEC842; }
span { border-color: rgb(254,200,66); }
td.TdClassName
{
border-color: #FEC842;
}
.TagClassName
{
border-color: #FEC842;
}
</style>