Shades of Sunglow #FED131
Tints of Sunglow #FED131
RGB
CMYK
RGB Variations
Color information
#FED131 (or 0xFED131) is known color: Sunglow. HEX triplet: FE, D1 and 31. RGB value is (254,209,49). Sum of RGB (Red+Green+Blue) = 254+209+49=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 49 (19.53% from 255 or 9.57% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FED131 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED131 is #012ECE. Grayscale: #CCCCCC. Windows color (decimal): -77519 or 3265022. OLE color: 3265022.
HSL color Cylindrical-coordinate representation of color #FED131: hue angle of 46.83º 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 #FED131 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 49 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.00 |
| HSL | 46.83º | 0.99% | 0.59% | - |
| HSV(B) | 46.83º | 0.81% | 1% | - |
| XYZ | 64.23 | 66.89 | 12.43 | - |
| YUV | 204.22 | 40.41 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 49 | 0 | 0.18 | 0.81 | 0.00 | 46.83 | 0.99 | 0.59 |
| Hex | FE | D1 | 31 | 0 | 12 | 51 | 0 | 2F | 63 | 3B |
| Octal | 376 | 321 | 61 | 0 | 22 | 121 | 0 | 57 | 143 | 73 |
| Binary | 11111110 | 11010001 | 110001 | 0 | 10010 | 1010001 | 0 | 101111 | 1100011 | 111011 |
Color Harmonies of #FED131
Complementary color
Monochromatic Colors of #FED131
Black with #FED131
Text Example
Text Example
White with #FED131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED131; }
p { color: rgb(254,209,49); }
H1.HeaderClassName
{
color: #FED131;
}
.AnyTagClassName
{
color: #FED131;
}
</style>
background-color css
<style>
a { background-color: #FED131; }
a { background-color: rgb(254,209,49); }
div.DivClassName
{
background-color: #FED131;
}
.BgClassName
{
background-color: #FED131;
}
</style>
border-color css
<style>
span { border-color: #FED131; }
span { border-color: rgb(254,209,49); }
td.TdClassName
{
border-color: #FED131;
}
.TagClassName
{
border-color: #FED131;
}
</style>