Shades of Sunshade #FF9B50
Tints of Sunshade #FF9B50
RGB
CMYK
RGB Variations
Color information
#FF9B50 (or 0xFF9B50) is known color: Sunshade. HEX triplet: FF, 9B and 50. RGB value is (255,155,80). Sum of RGB (Red+Green+Blue) = 255+155+80=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 80 (31.64% from 255 or 16.33% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9B50 is #0064AF. Grayscale: #B0B0B0. Windows color (decimal): -25776 or 5282815. OLE color: 5282815.
HSL color Cylindrical-coordinate representation of color #FF9B50: hue angle of 25.71º 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 #FF9B50 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 80 | - |
| CMYK | 0 | 0.39 | 0.69 | 0 |
| HSL | 25.71º | 1% | 0.66% | - |
| HSV(B) | 25.71º | 0.69% | 1% | - |
| XYZ | 54.41 | 45.28 | 13.46 | - |
| YUV | 176.35 | 73.63 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 80 | 0 | 0.39 | 0.69 | 0 | 25.71 | 1 | 0.66 |
| Hex | FF | 9B | 50 | 0 | 27 | 45 | 0 | 1A | 64 | 42 |
| Octal | 377 | 233 | 120 | 0 | 47 | 105 | 0 | 32 | 144 | 102 |
| Binary | 11111111 | 10011011 | 1010000 | 0 | 100111 | 1000101 | 0 | 11010 | 1100100 | 1000010 |
Color Harmonies of #FF9B50
Complementary color
Monochromatic Colors of #FF9B50
Black with #FF9B50
Text Example
Text Example
White with #FF9B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9B50; }
p { color: rgb(255,155,80); }
H1.HeaderClassName
{
color: #FF9B50;
}
.AnyTagClassName
{
color: #FF9B50;
}
</style>
background-color css
<style>
a { background-color: #FF9B50; }
a { background-color: rgb(255,155,80); }
div.DivClassName
{
background-color: #FF9B50;
}
.BgClassName
{
background-color: #FF9B50;
}
</style>
border-color css
<style>
span { border-color: #FF9B50; }
span { border-color: rgb(255,155,80); }
td.TdClassName
{
border-color: #FF9B50;
}
.TagClassName
{
border-color: #FF9B50;
}
</style>