Shades of Sunshade #FE9A48
Tints of Sunshade #FE9A48
RGB
CMYK
RGB Variations
Color information
#FE9A48 (or 0xFE9A48) is known color: Sunshade. HEX triplet: FE, 9A and 48. RGB value is (254,154,72). Sum of RGB (Red+Green+Blue) = 254+154+72=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 72 (28.52% from 255 or 15% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9A48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9A48 is #0165B7. Grayscale: #AEAEAE. Windows color (decimal): -91576 or 4758270. OLE color: 4758270.
HSL color Cylindrical-coordinate representation of color #FE9A48: hue angle of 27.03º 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 #FE9A48 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 72 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.00 |
| HSL | 27.03º | 0.99% | 0.64% | - |
| HSV(B) | 27.03º | 0.72% | 1% | - |
| XYZ | 53.6 | 44.65 | 11.92 | - |
| YUV | 174.55 | 70.13 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 72 | 0 | 0.39 | 0.72 | 0.00 | 27.03 | 0.99 | 0.64 |
| Hex | FE | 9A | 48 | 0 | 27 | 48 | 0 | 1B | 63 | 40 |
| Octal | 376 | 232 | 110 | 0 | 47 | 110 | 0 | 33 | 143 | 100 |
| Binary | 11111110 | 10011010 | 1001000 | 0 | 100111 | 1001000 | 0 | 11011 | 1100011 | 1000000 |
Color Harmonies of #FE9A48
Complementary color
Monochromatic Colors of #FE9A48
Black with #FE9A48
Text Example
Text Example
White with #FE9A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9A48; }
p { color: rgb(254,154,72); }
H1.HeaderClassName
{
color: #FE9A48;
}
.AnyTagClassName
{
color: #FE9A48;
}
</style>
background-color css
<style>
a { background-color: #FE9A48; }
a { background-color: rgb(254,154,72); }
div.DivClassName
{
background-color: #FE9A48;
}
.BgClassName
{
background-color: #FE9A48;
}
</style>
border-color css
<style>
span { border-color: #FE9A48; }
span { border-color: rgb(254,154,72); }
td.TdClassName
{
border-color: #FE9A48;
}
.TagClassName
{
border-color: #FE9A48;
}
</style>