Shades of Sunshade #FF9340
Tints of Sunshade #FF9340
RGB
CMYK
RGB Variations
Color information
#FF9340 (or 0xFF9340) is known color: Sunshade. HEX triplet: FF, 93 and 40. RGB value is (255,147,64). Sum of RGB (Red+Green+Blue) = 255+147+64=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 64 (25.39% from 255 or 13.73% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9340 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9340 is #006CBF. Grayscale: #AAAAAA. Windows color (decimal): -27840 or 4232191. OLE color: 4232191.
HSL color Cylindrical-coordinate representation of color #FF9340: hue angle of 26.07º 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 #FF9340 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 64 | - |
| CMYK | 0 | 0.42 | 0.75 | 0 |
| HSL | 26.07º | 1% | 0.63% | - |
| HSV(B) | 26.07º | 0.75% | 1% | - |
| XYZ | 52.6 | 42.5 | 10.28 | - |
| YUV | 169.83 | 68.28 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 64 | 0 | 0.42 | 0.75 | 0 | 26.07 | 1 | 0.63 |
| Hex | FF | 93 | 40 | 0 | 2A | 4B | 0 | 1A | 64 | 3F |
| Octal | 377 | 223 | 100 | 0 | 52 | 113 | 0 | 32 | 144 | 77 |
| Binary | 11111111 | 10010011 | 1000000 | 0 | 101010 | 1001011 | 0 | 11010 | 1100100 | 111111 |
Color Harmonies of #FF9340
Complementary color
Monochromatic Colors of #FF9340
Black with #FF9340
Text Example
Text Example
White with #FF9340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9340; }
p { color: rgb(255,147,64); }
H1.HeaderClassName
{
color: #FF9340;
}
.AnyTagClassName
{
color: #FF9340;
}
</style>
background-color css
<style>
a { background-color: #FF9340; }
a { background-color: rgb(255,147,64); }
div.DivClassName
{
background-color: #FF9340;
}
.BgClassName
{
background-color: #FF9340;
}
</style>
border-color css
<style>
span { border-color: #FF9340; }
span { border-color: rgb(255,147,64); }
td.TdClassName
{
border-color: #FF9340;
}
.TagClassName
{
border-color: #FF9340;
}
</style>