Shades of Sunglow #FEC929
Tints of Sunglow #FEC929
RGB
CMYK
RGB Variations
Color information
#FEC929 (or 0xFEC929) is known color: Sunglow. HEX triplet: FE, C9 and 29. RGB value is (254,201,41). Sum of RGB (Red+Green+Blue) = 254+201+41=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 41 (16.41% from 255 or 8.27% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC929 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC929 is #0136D6. Grayscale: #C7C7C7. Windows color (decimal): -79575 or 2738686. OLE color: 2738686.
HSL color Cylindrical-coordinate representation of color #FEC929: hue angle of 45.07º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FEC929 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 41 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.00 |
| HSL | 45.07º | 0.99% | 0.58% | - |
| HSV(B) | 45.07º | 0.84% | 1% | - |
| XYZ | 62.16 | 63 | 10.98 | - |
| YUV | 198.61 | 39.06 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 41 | 0 | 0.21 | 0.84 | 0.00 | 45.07 | 0.99 | 0.58 |
| Hex | FE | C9 | 29 | 0 | 15 | 54 | 0 | 2D | 63 | 3A |
| Octal | 376 | 311 | 51 | 0 | 25 | 124 | 0 | 55 | 143 | 72 |
| Binary | 11111110 | 11001001 | 101001 | 0 | 10101 | 1010100 | 0 | 101101 | 1100011 | 111010 |
Color Harmonies of #FEC929
Complementary color
Monochromatic Colors of #FEC929
Black with #FEC929
Text Example
Text Example
White with #FEC929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC929; }
p { color: rgb(254,201,41); }
H1.HeaderClassName
{
color: #FEC929;
}
.AnyTagClassName
{
color: #FEC929;
}
</style>
background-color css
<style>
a { background-color: #FEC929; }
a { background-color: rgb(254,201,41); }
div.DivClassName
{
background-color: #FEC929;
}
.BgClassName
{
background-color: #FEC929;
}
</style>
border-color css
<style>
span { border-color: #FEC929; }
span { border-color: rgb(254,201,41); }
td.TdClassName
{
border-color: #FEC929;
}
.TagClassName
{
border-color: #FEC929;
}
</style>