Shades of Sunglow #FEC742
Tints of Sunglow #FEC742
RGB
CMYK
RGB Variations
Color information
#FEC742 (or 0xFEC742) is known color: Sunglow. HEX triplet: FE, C7 and 42. RGB value is (254,199,66). Sum of RGB (Red+Green+Blue) = 254+199+66=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 199 (78.12% from 255 or 38.34% from 519); Blue value is 66 (26.17% from 255 or 12.72% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC742 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC742 is #0138BD. Grayscale: #C8C8C8. Windows color (decimal): -80062 or 4376574. OLE color: 4376574.
HSL color Cylindrical-coordinate representation of color #FEC742: hue angle of 42.45º 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 #FEC742 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 66 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.00 |
| HSL | 42.45º | 0.99% | 0.63% | - |
| HSV(B) | 42.45º | 0.74% | 1% | - |
| XYZ | 62.28 | 62.31 | 13.9 | - |
| YUV | 200.28 | 52.22 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 66 | 0 | 0.22 | 0.74 | 0.00 | 42.45 | 0.99 | 0.63 |
| Hex | FE | C7 | 42 | 0 | 16 | 4A | 0 | 2A | 63 | 3F |
| Octal | 376 | 307 | 102 | 0 | 26 | 112 | 0 | 52 | 143 | 77 |
| Binary | 11111110 | 11000111 | 1000010 | 0 | 10110 | 1001010 | 0 | 101010 | 1100011 | 111111 |
Color Harmonies of #FEC742
Complementary color
Monochromatic Colors of #FEC742
Black with #FEC742
Text Example
Text Example
White with #FEC742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC742; }
p { color: rgb(254,199,66); }
H1.HeaderClassName
{
color: #FEC742;
}
.AnyTagClassName
{
color: #FEC742;
}
</style>
background-color css
<style>
a { background-color: #FEC742; }
a { background-color: rgb(254,199,66); }
div.DivClassName
{
background-color: #FEC742;
}
.BgClassName
{
background-color: #FEC742;
}
</style>
border-color css
<style>
span { border-color: #FEC742; }
span { border-color: rgb(254,199,66); }
td.TdClassName
{
border-color: #FEC742;
}
.TagClassName
{
border-color: #FEC742;
}
</style>