Shades of Sunshade #FE8F48
Tints of Sunshade #FE8F48
RGB
CMYK
RGB Variations
Color information
#FE8F48 (or 0xFE8F48) is known color: Sunshade. HEX triplet: FE, 8F and 48. RGB value is (254,143,72). Sum of RGB (Red+Green+Blue) = 254+143+72=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 72 (28.52% from 255 or 15.35% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8F48 is #0170B7. Grayscale: #A8A8A8. Windows color (decimal): -94392 or 4755454. OLE color: 4755454.
HSL color Cylindrical-coordinate representation of color #FE8F48: hue angle of 23.41º 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 #FE8F48 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 72 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.00 |
| HSL | 23.41º | 0.99% | 0.64% | - |
| HSV(B) | 23.41º | 0.72% | 1% | - |
| XYZ | 51.87 | 41.18 | 11.35 | - |
| YUV | 168.1 | 73.77 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 72 | 0 | 0.44 | 0.72 | 0.00 | 23.41 | 0.99 | 0.64 |
| Hex | FE | 8F | 48 | 0 | 2C | 48 | 0 | 17 | 63 | 40 |
| Octal | 376 | 217 | 110 | 0 | 54 | 110 | 0 | 27 | 143 | 100 |
| Binary | 11111110 | 10001111 | 1001000 | 0 | 101100 | 1001000 | 0 | 10111 | 1100011 | 1000000 |
Color Harmonies of #FE8F48
Complementary color
Monochromatic Colors of #FE8F48
Black with #FE8F48
Text Example
Text Example
White with #FE8F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8F48; }
p { color: rgb(254,143,72); }
H1.HeaderClassName
{
color: #FE8F48;
}
.AnyTagClassName
{
color: #FE8F48;
}
</style>
background-color css
<style>
a { background-color: #FE8F48; }
a { background-color: rgb(254,143,72); }
div.DivClassName
{
background-color: #FE8F48;
}
.BgClassName
{
background-color: #FE8F48;
}
</style>
border-color css
<style>
span { border-color: #FE8F48; }
span { border-color: rgb(254,143,72); }
td.TdClassName
{
border-color: #FE8F48;
}
.TagClassName
{
border-color: #FE8F48;
}
</style>