Shades of Sunshade #FF9250
Tints of Sunshade #FF9250
RGB
CMYK
RGB Variations
Color information
#FF9250 (or 0xFF9250) is known color: Sunshade. HEX triplet: FF, 92 and 50. RGB value is (255,146,80). Sum of RGB (Red+Green+Blue) = 255+146+80=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 80 (31.64% from 255 or 16.63% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9250 is #006DAF. Grayscale: #ABABAB. Windows color (decimal): -28080 or 5280511. OLE color: 5280511.
HSL color Cylindrical-coordinate representation of color #FF9250: hue angle of 22.63º 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 #FF9250 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 80 | - |
| CMYK | 0 | 0.43 | 0.69 | 0 |
| HSL | 22.63º | 1% | 0.66% | - |
| HSV(B) | 22.63º | 0.69% | 1% | - |
| XYZ | 52.97 | 42.4 | 12.98 | - |
| YUV | 171.07 | 76.61 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 80 | 0 | 0.43 | 0.69 | 0 | 22.63 | 1 | 0.66 |
| Hex | FF | 92 | 50 | 0 | 2B | 45 | 0 | 17 | 64 | 42 |
| Octal | 377 | 222 | 120 | 0 | 53 | 105 | 0 | 27 | 144 | 102 |
| Binary | 11111111 | 10010010 | 1010000 | 0 | 101011 | 1000101 | 0 | 10111 | 1100100 | 1000010 |
Color Harmonies of #FF9250
Complementary color
Monochromatic Colors of #FF9250
Black with #FF9250
Text Example
Text Example
White with #FF9250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9250; }
p { color: rgb(255,146,80); }
H1.HeaderClassName
{
color: #FF9250;
}
.AnyTagClassName
{
color: #FF9250;
}
</style>
background-color css
<style>
a { background-color: #FF9250; }
a { background-color: rgb(255,146,80); }
div.DivClassName
{
background-color: #FF9250;
}
.BgClassName
{
background-color: #FF9250;
}
</style>
border-color css
<style>
span { border-color: #FF9250; }
span { border-color: rgb(255,146,80); }
td.TdClassName
{
border-color: #FF9250;
}
.TagClassName
{
border-color: #FF9250;
}
</style>