Shades of Sunshade #FF9140
Tints of Sunshade #FF9140
RGB
CMYK
RGB Variations
Color information
#FF9140 (or 0xFF9140) is known color: Sunshade. HEX triplet: FF, 91 and 40. RGB value is (255,145,64). Sum of RGB (Red+Green+Blue) = 255+145+64=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 64 (25.39% from 255 or 13.79% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9140 is #006EBF. Grayscale: #A9A9A9. Windows color (decimal): -28352 or 4231679. OLE color: 4231679.
HSL color Cylindrical-coordinate representation of color #FF9140: hue angle of 25.45º 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 #FF9140 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 64 | - |
| CMYK | 0 | 0.43 | 0.75 | 0 |
| HSL | 25.45º | 1% | 0.63% | - |
| HSV(B) | 25.45º | 0.75% | 1% | - |
| XYZ | 52.29 | 41.88 | 10.18 | - |
| YUV | 168.66 | 68.94 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 64 | 0 | 0.43 | 0.75 | 0 | 25.45 | 1 | 0.63 |
| Hex | FF | 91 | 40 | 0 | 2B | 4B | 0 | 19 | 64 | 3F |
| Octal | 377 | 221 | 100 | 0 | 53 | 113 | 0 | 31 | 144 | 77 |
| Binary | 11111111 | 10010001 | 1000000 | 0 | 101011 | 1001011 | 0 | 11001 | 1100100 | 111111 |
Color Harmonies of #FF9140
Complementary color
Monochromatic Colors of #FF9140
Black with #FF9140
Text Example
Text Example
White with #FF9140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9140; }
p { color: rgb(255,145,64); }
H1.HeaderClassName
{
color: #FF9140;
}
.AnyTagClassName
{
color: #FF9140;
}
</style>
background-color css
<style>
a { background-color: #FF9140; }
a { background-color: rgb(255,145,64); }
div.DivClassName
{
background-color: #FF9140;
}
.BgClassName
{
background-color: #FF9140;
}
</style>
border-color css
<style>
span { border-color: #FF9140; }
span { border-color: rgb(255,145,64); }
td.TdClassName
{
border-color: #FF9140;
}
.TagClassName
{
border-color: #FF9140;
}
</style>