Shades of Sunshade #FEA148
Tints of Sunshade #FEA148
RGB
CMYK
RGB Variations
Color information
#FEA148 (or 0xFEA148) is known color: Sunshade. HEX triplet: FE, A1 and 48. RGB value is (254,161,72). Sum of RGB (Red+Green+Blue) = 254+161+72=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 72 (28.52% from 255 or 14.78% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA148 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA148 is #015EB7. Grayscale: #B3B3B3. Windows color (decimal): -89784 or 4760062. OLE color: 4760062.
HSL color Cylindrical-coordinate representation of color #FEA148: hue angle of 29.34º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FEA148 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 72 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.00 |
| HSL | 29.34º | 0.99% | 0.64% | - |
| HSV(B) | 29.34º | 0.72% | 1% | - |
| XYZ | 54.79 | 47.03 | 12.32 | - |
| YUV | 178.66 | 67.81 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 72 | 0 | 0.37 | 0.72 | 0.00 | 29.34 | 0.99 | 0.64 |
| Hex | FE | A1 | 48 | 0 | 25 | 48 | 0 | 1D | 63 | 40 |
| Octal | 376 | 241 | 110 | 0 | 45 | 110 | 0 | 35 | 143 | 100 |
| Binary | 11111110 | 10100001 | 1001000 | 0 | 100101 | 1001000 | 0 | 11101 | 1100011 | 1000000 |
Color Harmonies of #FEA148
Complementary color
Monochromatic Colors of #FEA148
Black with #FEA148
Text Example
Text Example
White with #FEA148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA148; }
p { color: rgb(254,161,72); }
H1.HeaderClassName
{
color: #FEA148;
}
.AnyTagClassName
{
color: #FEA148;
}
</style>
background-color css
<style>
a { background-color: #FEA148; }
a { background-color: rgb(254,161,72); }
div.DivClassName
{
background-color: #FEA148;
}
.BgClassName
{
background-color: #FEA148;
}
</style>
border-color css
<style>
span { border-color: #FEA148; }
span { border-color: rgb(254,161,72); }
td.TdClassName
{
border-color: #FEA148;
}
.TagClassName
{
border-color: #FEA148;
}
</style>