Shades of Sunglow #FEC92C
Tints of Sunglow #FEC92C
RGB
CMYK
RGB Variations
Color information
#FEC92C (or 0xFEC92C) is known color: Sunglow. HEX triplet: FE, C9 and 2C. RGB value is (254,201,44). Sum of RGB (Red+Green+Blue) = 254+201+44=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 44 (17.58% from 255 or 8.82% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC92C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC92C is #0136D3. Grayscale: #C7C7C7. Windows color (decimal): -79572 or 2935294. OLE color: 2935294.
HSL color Cylindrical-coordinate representation of color #FEC92C: hue angle of 44.86º 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 #FEC92C is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 44 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.00 |
| HSL | 44.86º | 0.99% | 0.58% | - |
| HSV(B) | 44.86º | 0.83% | 1% | - |
| XYZ | 62.21 | 63.03 | 11.27 | - |
| YUV | 198.95 | 40.56 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 44 | 0 | 0.21 | 0.83 | 0.00 | 44.86 | 0.99 | 0.58 |
| Hex | FE | C9 | 2C | 0 | 15 | 53 | 0 | 2D | 63 | 3A |
| Octal | 376 | 311 | 54 | 0 | 25 | 123 | 0 | 55 | 143 | 72 |
| Binary | 11111110 | 11001001 | 101100 | 0 | 10101 | 1010011 | 0 | 101101 | 1100011 | 111010 |
Color Harmonies of #FEC92C
Complementary color
Monochromatic Colors of #FEC92C
Black with #FEC92C
Text Example
Text Example
White with #FEC92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC92C; }
p { color: rgb(254,201,44); }
H1.HeaderClassName
{
color: #FEC92C;
}
.AnyTagClassName
{
color: #FEC92C;
}
</style>
background-color css
<style>
a { background-color: #FEC92C; }
a { background-color: rgb(254,201,44); }
div.DivClassName
{
background-color: #FEC92C;
}
.BgClassName
{
background-color: #FEC92C;
}
</style>
border-color css
<style>
span { border-color: #FEC92C; }
span { border-color: rgb(254,201,44); }
td.TdClassName
{
border-color: #FEC92C;
}
.TagClassName
{
border-color: #FEC92C;
}
</style>