Shades of Sunshade #FF8D44
Tints of Sunshade #FF8D44
RGB
CMYK
RGB Variations
Color information
#FF8D44 (or 0xFF8D44) is known color: Sunshade. HEX triplet: FF, 8D and 44. RGB value is (255,141,68). Sum of RGB (Red+Green+Blue) = 255+141+68=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 68 (26.95% from 255 or 14.66% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D44 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8D44 is #0072BB. Grayscale: #A7A7A7. Windows color (decimal): -29372 or 4492799. OLE color: 4492799.
HSL color Cylindrical-coordinate representation of color #FF8D44: hue angle of 23.42º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF8D44 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 68 | - |
| CMYK | 0 | 0.45 | 0.73 | 0 |
| HSL | 23.42º | 1% | 0.63% | - |
| HSV(B) | 23.42º | 0.73% | 1% | - |
| XYZ | 51.81 | 40.73 | 10.6 | - |
| YUV | 166.76 | 72.27 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 68 | 0 | 0.45 | 0.73 | 0 | 23.42 | 1 | 0.63 |
| Hex | FF | 8D | 44 | 0 | 2D | 49 | 0 | 17 | 64 | 3F |
| Octal | 377 | 215 | 104 | 0 | 55 | 111 | 0 | 27 | 144 | 77 |
| Binary | 11111111 | 10001101 | 1000100 | 0 | 101101 | 1001001 | 0 | 10111 | 1100100 | 111111 |
Color Harmonies of #FF8D44
Complementary color
Monochromatic Colors of #FF8D44
Black with #FF8D44
Text Example
Text Example
White with #FF8D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D44; }
p { color: rgb(255,141,68); }
H1.HeaderClassName
{
color: #FF8D44;
}
.AnyTagClassName
{
color: #FF8D44;
}
</style>
background-color css
<style>
a { background-color: #FF8D44; }
a { background-color: rgb(255,141,68); }
div.DivClassName
{
background-color: #FF8D44;
}
.BgClassName
{
background-color: #FF8D44;
}
</style>
border-color css
<style>
span { border-color: #FF8D44; }
span { border-color: rgb(255,141,68); }
td.TdClassName
{
border-color: #FF8D44;
}
.TagClassName
{
border-color: #FF8D44;
}
</style>