Shades of Sunshade #FF9850
Tints of Sunshade #FF9850
RGB
CMYK
RGB Variations
Color information
#FF9850 (or 0xFF9850) is known color: Sunshade. HEX triplet: FF, 98 and 50. RGB value is (255,152,80). Sum of RGB (Red+Green+Blue) = 255+152+80=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 80 (31.64% from 255 or 16.43% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9850 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9850 is #0067AF. Grayscale: #AEAEAE. Windows color (decimal): -26544 or 5282047. OLE color: 5282047.
HSL color Cylindrical-coordinate representation of color #FF9850: hue angle of 24.69º 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 #FF9850 is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 80 | - |
| CMYK | 0 | 0.40 | 0.69 | 0 |
| HSL | 24.69º | 1% | 0.66% | - |
| HSV(B) | 24.69º | 0.69% | 1% | - |
| XYZ | 53.92 | 44.3 | 13.3 | - |
| YUV | 174.59 | 74.62 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 80 | 0 | 0.40 | 0.69 | 0 | 24.69 | 1 | 0.66 |
| Hex | FF | 98 | 50 | 0 | 28 | 45 | 0 | 19 | 64 | 42 |
| Octal | 377 | 230 | 120 | 0 | 50 | 105 | 0 | 31 | 144 | 102 |
| Binary | 11111111 | 10011000 | 1010000 | 0 | 101000 | 1000101 | 0 | 11001 | 1100100 | 1000010 |
Color Harmonies of #FF9850
Complementary color
Monochromatic Colors of #FF9850
Black with #FF9850
Text Example
Text Example
White with #FF9850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9850; }
p { color: rgb(255,152,80); }
H1.HeaderClassName
{
color: #FF9850;
}
.AnyTagClassName
{
color: #FF9850;
}
</style>
background-color css
<style>
a { background-color: #FF9850; }
a { background-color: rgb(255,152,80); }
div.DivClassName
{
background-color: #FF9850;
}
.BgClassName
{
background-color: #FF9850;
}
</style>
border-color css
<style>
span { border-color: #FF9850; }
span { border-color: rgb(255,152,80); }
td.TdClassName
{
border-color: #FF9850;
}
.TagClassName
{
border-color: #FF9850;
}
</style>