Shades of Sunglow #FED431
Tints of Sunglow #FED431
RGB
CMYK
RGB Variations
Color information
#FED431 (or 0xFED431) is known color: Sunglow. HEX triplet: FE, D4 and 31. RGB value is (254,212,49). Sum of RGB (Red+Green+Blue) = 254+212+49=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 49 (19.53% from 255 or 9.51% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FED431 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED431 is #012BCE. Grayscale: #CECECE. Windows color (decimal): -76751 or 3265790. OLE color: 3265790.
HSL color Cylindrical-coordinate representation of color #FED431: hue angle of 47.71º 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 #FED431 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 49 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.00 |
| HSL | 47.71º | 0.99% | 0.59% | - |
| HSV(B) | 47.71º | 0.81% | 1% | - |
| XYZ | 64.97 | 68.38 | 12.68 | - |
| YUV | 205.98 | 39.41 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 49 | 0 | 0.17 | 0.81 | 0.00 | 47.71 | 0.99 | 0.59 |
| Hex | FE | D4 | 31 | 0 | 11 | 51 | 0 | 30 | 63 | 3B |
| Octal | 376 | 324 | 61 | 0 | 21 | 121 | 0 | 60 | 143 | 73 |
| Binary | 11111110 | 11010100 | 110001 | 0 | 10001 | 1010001 | 0 | 110000 | 1100011 | 111011 |
Color Harmonies of #FED431
Complementary color
Monochromatic Colors of #FED431
Black with #FED431
Text Example
Text Example
White with #FED431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED431; }
p { color: rgb(254,212,49); }
H1.HeaderClassName
{
color: #FED431;
}
.AnyTagClassName
{
color: #FED431;
}
</style>
background-color css
<style>
a { background-color: #FED431; }
a { background-color: rgb(254,212,49); }
div.DivClassName
{
background-color: #FED431;
}
.BgClassName
{
background-color: #FED431;
}
</style>
border-color css
<style>
span { border-color: #FED431; }
span { border-color: rgb(254,212,49); }
td.TdClassName
{
border-color: #FED431;
}
.TagClassName
{
border-color: #FED431;
}
</style>