Shades of Sunshade #FF9141
Tints of Sunshade #FF9141
RGB
CMYK
RGB Variations
Color information
#FF9141 (or 0xFF9141) is known color: Sunshade. HEX triplet: FF, 91 and 41. RGB value is (255,145,65). Sum of RGB (Red+Green+Blue) = 255+145+65=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 65 (25.78% from 255 or 13.98% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9141 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9141 is #006EBE. Grayscale: #A9A9A9. Windows color (decimal): -28351 or 4297215. OLE color: 4297215.
HSL color Cylindrical-coordinate representation of color #FF9141: hue angle of 25.26º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF9141 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 65 | - |
| CMYK | 0 | 0.43 | 0.75 | 0 |
| HSL | 25.26º | 1% | 0.63% | - |
| HSV(B) | 25.26º | 0.75% | 1% | - |
| XYZ | 52.32 | 41.89 | 10.33 | - |
| YUV | 168.77 | 69.44 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 65 | 0 | 0.43 | 0.75 | 0 | 25.26 | 1 | 0.63 |
| Hex | FF | 91 | 41 | 0 | 2B | 4B | 0 | 19 | 64 | 3F |
| Octal | 377 | 221 | 101 | 0 | 53 | 113 | 0 | 31 | 144 | 77 |
| Binary | 11111111 | 10010001 | 1000001 | 0 | 101011 | 1001011 | 0 | 11001 | 1100100 | 111111 |
Color Harmonies of #FF9141
Complementary color
Monochromatic Colors of #FF9141
Black with #FF9141
Text Example
Text Example
White with #FF9141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9141; }
p { color: rgb(255,145,65); }
H1.HeaderClassName
{
color: #FF9141;
}
.AnyTagClassName
{
color: #FF9141;
}
</style>
background-color css
<style>
a { background-color: #FF9141; }
a { background-color: rgb(255,145,65); }
div.DivClassName
{
background-color: #FF9141;
}
.BgClassName
{
background-color: #FF9141;
}
</style>
border-color css
<style>
span { border-color: #FF9141; }
span { border-color: rgb(255,145,65); }
td.TdClassName
{
border-color: #FF9141;
}
.TagClassName
{
border-color: #FF9141;
}
</style>