Shades of Sunglow #FEC62A
Tints of Sunglow #FEC62A
RGB
CMYK
RGB Variations
Color information
#FEC62A (or 0xFEC62A) is known color: Sunglow. HEX triplet: FE, C6 and 2A. RGB value is (254,198,42). Sum of RGB (Red+Green+Blue) = 254+198+42=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 42 (16.80% from 255 or 8.50% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC62A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC62A is #0139D5. Grayscale: #C5C5C5. Windows color (decimal): -80342 or 2803454. OLE color: 2803454.
HSL color Cylindrical-coordinate representation of color #FEC62A: hue angle of 44.15º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FEC62A is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 42 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.00 |
| HSL | 44.15º | 0.99% | 0.58% | - |
| HSV(B) | 44.15º | 0.83% | 1% | - |
| XYZ | 61.49 | 61.63 | 10.84 | - |
| YUV | 196.96 | 40.55 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 42 | 0 | 0.22 | 0.83 | 0.00 | 44.15 | 0.99 | 0.58 |
| Hex | FE | C6 | 2A | 0 | 16 | 53 | 0 | 2C | 63 | 3A |
| Octal | 376 | 306 | 52 | 0 | 26 | 123 | 0 | 54 | 143 | 72 |
| Binary | 11111110 | 11000110 | 101010 | 0 | 10110 | 1010011 | 0 | 101100 | 1100011 | 111010 |
Color Harmonies of #FEC62A
Complementary color
Monochromatic Colors of #FEC62A
Black with #FEC62A
Text Example
Text Example
White with #FEC62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC62A; }
p { color: rgb(254,198,42); }
H1.HeaderClassName
{
color: #FEC62A;
}
.AnyTagClassName
{
color: #FEC62A;
}
</style>
background-color css
<style>
a { background-color: #FEC62A; }
a { background-color: rgb(254,198,42); }
div.DivClassName
{
background-color: #FEC62A;
}
.BgClassName
{
background-color: #FEC62A;
}
</style>
border-color css
<style>
span { border-color: #FEC62A; }
span { border-color: rgb(254,198,42); }
td.TdClassName
{
border-color: #FEC62A;
}
.TagClassName
{
border-color: #FEC62A;
}
</style>