Shades of Sunshade #FF9350
Tints of Sunshade #FF9350
RGB
CMYK
RGB Variations
Color information
#FF9350 (or 0xFF9350) is known color: Sunshade. HEX triplet: FF, 93 and 50. RGB value is (255,147,80). Sum of RGB (Red+Green+Blue) = 255+147+80=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 80 (31.64% from 255 or 16.60% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9350 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9350 is #006CAF. Grayscale: #ACACAC. Windows color (decimal): -27824 or 5280767. OLE color: 5280767.
HSL color Cylindrical-coordinate representation of color #FF9350: hue angle of 22.97º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF9350 is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 80 | - |
| CMYK | 0 | 0.42 | 0.69 | 0 |
| HSL | 22.97º | 1% | 0.66% | - |
| HSV(B) | 22.97º | 0.69% | 1% | - |
| XYZ | 53.12 | 42.71 | 13.03 | - |
| YUV | 171.65 | 76.28 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 80 | 0 | 0.42 | 0.69 | 0 | 22.97 | 1 | 0.66 |
| Hex | FF | 93 | 50 | 0 | 2A | 45 | 0 | 17 | 64 | 42 |
| Octal | 377 | 223 | 120 | 0 | 52 | 105 | 0 | 27 | 144 | 102 |
| Binary | 11111111 | 10010011 | 1010000 | 0 | 101010 | 1000101 | 0 | 10111 | 1100100 | 1000010 |
Color Harmonies of #FF9350
Complementary color
Monochromatic Colors of #FF9350
Black with #FF9350
Text Example
Text Example
White with #FF9350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9350; }
p { color: rgb(255,147,80); }
H1.HeaderClassName
{
color: #FF9350;
}
.AnyTagClassName
{
color: #FF9350;
}
</style>
background-color css
<style>
a { background-color: #FF9350; }
a { background-color: rgb(255,147,80); }
div.DivClassName
{
background-color: #FF9350;
}
.BgClassName
{
background-color: #FF9350;
}
</style>
border-color css
<style>
span { border-color: #FF9350; }
span { border-color: rgb(255,147,80); }
td.TdClassName
{
border-color: #FF9350;
}
.TagClassName
{
border-color: #FF9350;
}
</style>