Shades of Sunshade #FF8F48
Tints of Sunshade #FF8F48
RGB
CMYK
RGB Variations
Color information
#FF8F48 (or 0xFF8F48) is known color: Sunshade. HEX triplet: FF, 8F and 48. RGB value is (255,143,72). Sum of RGB (Red+Green+Blue) = 255+143+72=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 72 (28.52% from 255 or 15.32% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8F48 is #0070B7. Grayscale: #A8A8A8. Windows color (decimal): -28856 or 4755455. OLE color: 4755455.
HSL color Cylindrical-coordinate representation of color #FF8F48: hue angle of 23.28º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF8F48 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 72 | - |
| CMYK | 0 | 0.44 | 0.72 | 0 |
| HSL | 23.28º | 1% | 0.64% | - |
| HSV(B) | 23.28º | 0.72% | 1% | - |
| XYZ | 52.23 | 41.37 | 11.36 | - |
| YUV | 168.39 | 73.61 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 72 | 0 | 0.44 | 0.72 | 0 | 23.28 | 1 | 0.64 |
| Hex | FF | 8F | 48 | 0 | 2C | 48 | 0 | 17 | 64 | 40 |
| Octal | 377 | 217 | 110 | 0 | 54 | 110 | 0 | 27 | 144 | 100 |
| Binary | 11111111 | 10001111 | 1001000 | 0 | 101100 | 1001000 | 0 | 10111 | 1100100 | 1000000 |
Color Harmonies of #FF8F48
Complementary color
Monochromatic Colors of #FF8F48
Black with #FF8F48
Text Example
Text Example
White with #FF8F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F48; }
p { color: rgb(255,143,72); }
H1.HeaderClassName
{
color: #FF8F48;
}
.AnyTagClassName
{
color: #FF8F48;
}
</style>
background-color css
<style>
a { background-color: #FF8F48; }
a { background-color: rgb(255,143,72); }
div.DivClassName
{
background-color: #FF8F48;
}
.BgClassName
{
background-color: #FF8F48;
}
</style>
border-color css
<style>
span { border-color: #FF8F48; }
span { border-color: rgb(255,143,72); }
td.TdClassName
{
border-color: #FF8F48;
}
.TagClassName
{
border-color: #FF8F48;
}
</style>