Shades of Sunglow #FEC531
Tints of Sunglow #FEC531
RGB
CMYK
RGB Variations
Color information
#FEC531 (or 0xFEC531) is known color: Sunglow. HEX triplet: FE, C5 and 31. RGB value is (254,197,49). Sum of RGB (Red+Green+Blue) = 254+197+49=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 49 (19.53% from 255 or 9.8% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC531 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC531 is #013ACE. Grayscale: #C5C5C5. Windows color (decimal): -80591 or 3261950. OLE color: 3261950.
HSL color Cylindrical-coordinate representation of color #FEC531: hue angle of 43.32º 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 #FEC531 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 49 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.00 |
| HSL | 43.32º | 0.99% | 0.59% | - |
| HSV(B) | 43.32º | 0.81% | 1% | - |
| XYZ | 61.39 | 61.23 | 11.49 | - |
| YUV | 197.17 | 44.38 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 49 | 0 | 0.22 | 0.81 | 0.00 | 43.32 | 0.99 | 0.59 |
| Hex | FE | C5 | 31 | 0 | 16 | 51 | 0 | 2B | 63 | 3B |
| Octal | 376 | 305 | 61 | 0 | 26 | 121 | 0 | 53 | 143 | 73 |
| Binary | 11111110 | 11000101 | 110001 | 0 | 10110 | 1010001 | 0 | 101011 | 1100011 | 111011 |
Color Harmonies of #FEC531
Complementary color
Monochromatic Colors of #FEC531
Black with #FEC531
Text Example
Text Example
White with #FEC531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC531; }
p { color: rgb(254,197,49); }
H1.HeaderClassName
{
color: #FEC531;
}
.AnyTagClassName
{
color: #FEC531;
}
</style>
background-color css
<style>
a { background-color: #FEC531; }
a { background-color: rgb(254,197,49); }
div.DivClassName
{
background-color: #FEC531;
}
.BgClassName
{
background-color: #FEC531;
}
</style>
border-color css
<style>
span { border-color: #FEC531; }
span { border-color: rgb(254,197,49); }
td.TdClassName
{
border-color: #FEC531;
}
.TagClassName
{
border-color: #FEC531;
}
</style>