Shades of Sunshade #FF9B40
Tints of Sunshade #FF9B40
RGB
CMYK
RGB Variations
Color information
#FF9B40 (or 0xFF9B40) is known color: Sunshade. HEX triplet: FF, 9B and 40. RGB value is (255,155,64). Sum of RGB (Red+Green+Blue) = 255+155+64=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 64 (25.39% from 255 or 13.50% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9B40 is #0064BF. Grayscale: #AEAEAE. Windows color (decimal): -25792 or 4234239. OLE color: 4234239.
HSL color Cylindrical-coordinate representation of color #FF9B40: hue angle of 28.59º 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 #FF9B40 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 64 | - |
| CMYK | 0 | 0.39 | 0.75 | 0 |
| HSL | 28.59º | 1% | 0.63% | - |
| HSV(B) | 28.59º | 0.75% | 1% | - |
| XYZ | 53.89 | 45.07 | 10.71 | - |
| YUV | 174.53 | 65.63 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 64 | 0 | 0.39 | 0.75 | 0 | 28.59 | 1 | 0.63 |
| Hex | FF | 9B | 40 | 0 | 27 | 4B | 0 | 1D | 64 | 3F |
| Octal | 377 | 233 | 100 | 0 | 47 | 113 | 0 | 35 | 144 | 77 |
| Binary | 11111111 | 10011011 | 1000000 | 0 | 100111 | 1001011 | 0 | 11101 | 1100100 | 111111 |
Color Harmonies of #FF9B40
Complementary color
Monochromatic Colors of #FF9B40
Black with #FF9B40
Text Example
Text Example
White with #FF9B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9B40; }
p { color: rgb(255,155,64); }
H1.HeaderClassName
{
color: #FF9B40;
}
.AnyTagClassName
{
color: #FF9B40;
}
</style>
background-color css
<style>
a { background-color: #FF9B40; }
a { background-color: rgb(255,155,64); }
div.DivClassName
{
background-color: #FF9B40;
}
.BgClassName
{
background-color: #FF9B40;
}
</style>
border-color css
<style>
span { border-color: #FF9B40; }
span { border-color: rgb(255,155,64); }
td.TdClassName
{
border-color: #FF9B40;
}
.TagClassName
{
border-color: #FF9B40;
}
</style>