Shades of Sunglow #FED331
Tints of Sunglow #FED331
RGB
CMYK
RGB Variations
Color information
#FED331 (or 0xFED331) is known color: Sunglow. HEX triplet: FE, D3 and 31. RGB value is (254,211,49). Sum of RGB (Red+Green+Blue) = 254+211+49=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 211 (82.81% from 255 or 41.05% from 514); Blue value is 49 (19.53% from 255 or 9.53% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FED331 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED331 is #012CCE. Grayscale: #CECECE. Windows color (decimal): -77007 or 3265534. OLE color: 3265534.
HSL color Cylindrical-coordinate representation of color #FED331: hue angle of 47.41º 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 #FED331 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 49 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.00 |
| HSL | 47.41º | 0.99% | 0.59% | - |
| HSV(B) | 47.41º | 0.81% | 1% | - |
| XYZ | 64.72 | 67.88 | 12.6 | - |
| YUV | 205.39 | 39.75 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 49 | 0 | 0.17 | 0.81 | 0.00 | 47.41 | 0.99 | 0.59 |
| Hex | FE | D3 | 31 | 0 | 11 | 51 | 0 | 2F | 63 | 3B |
| Octal | 376 | 323 | 61 | 0 | 21 | 121 | 0 | 57 | 143 | 73 |
| Binary | 11111110 | 11010011 | 110001 | 0 | 10001 | 1010001 | 0 | 101111 | 1100011 | 111011 |
Color Harmonies of #FED331
Complementary color
Monochromatic Colors of #FED331
Black with #FED331
Text Example
Text Example
White with #FED331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED331; }
p { color: rgb(254,211,49); }
H1.HeaderClassName
{
color: #FED331;
}
.AnyTagClassName
{
color: #FED331;
}
</style>
background-color css
<style>
a { background-color: #FED331; }
a { background-color: rgb(254,211,49); }
div.DivClassName
{
background-color: #FED331;
}
.BgClassName
{
background-color: #FED331;
}
</style>
border-color css
<style>
span { border-color: #FED331; }
span { border-color: rgb(254,211,49); }
td.TdClassName
{
border-color: #FED331;
}
.TagClassName
{
border-color: #FED331;
}
</style>