Shades of Sunglow #FEC431
Tints of Sunglow #FEC431
RGB
CMYK
RGB Variations
Color information
#FEC431 (or 0xFEC431) is known color: Sunglow. HEX triplet: FE, C4 and 31. RGB value is (254,196,49). Sum of RGB (Red+Green+Blue) = 254+196+49=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 49 (19.53% from 255 or 9.82% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC431 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC431 is #013BCE. Grayscale: #C5C5C5. Windows color (decimal): -80847 or 3261694. OLE color: 3261694.
HSL color Cylindrical-coordinate representation of color #FEC431: hue angle of 43.02º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FEC431 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 49 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.00 |
| HSL | 43.02º | 0.99% | 0.59% | - |
| HSV(B) | 43.02º | 0.81% | 1% | - |
| XYZ | 61.17 | 60.77 | 11.41 | - |
| YUV | 196.58 | 44.72 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 49 | 0 | 0.23 | 0.81 | 0.00 | 43.02 | 0.99 | 0.59 |
| Hex | FE | C4 | 31 | 0 | 17 | 51 | 0 | 2B | 63 | 3B |
| Octal | 376 | 304 | 61 | 0 | 27 | 121 | 0 | 53 | 143 | 73 |
| Binary | 11111110 | 11000100 | 110001 | 0 | 10111 | 1010001 | 0 | 101011 | 1100011 | 111011 |
Color Harmonies of #FEC431
Complementary color
Monochromatic Colors of #FEC431
Black with #FEC431
Text Example
Text Example
White with #FEC431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC431; }
p { color: rgb(254,196,49); }
H1.HeaderClassName
{
color: #FEC431;
}
.AnyTagClassName
{
color: #FEC431;
}
</style>
background-color css
<style>
a { background-color: #FEC431; }
a { background-color: rgb(254,196,49); }
div.DivClassName
{
background-color: #FEC431;
}
.BgClassName
{
background-color: #FEC431;
}
</style>
border-color css
<style>
span { border-color: #FEC431; }
span { border-color: rgb(254,196,49); }
td.TdClassName
{
border-color: #FEC431;
}
.TagClassName
{
border-color: #FEC431;
}
</style>