Shades of Sunshade #FF9450
Tints of Sunshade #FF9450
RGB
CMYK
RGB Variations
Color information
#FF9450 (or 0xFF9450) is known color: Sunshade. HEX triplet: FF, 94 and 50. RGB value is (255,148,80). Sum of RGB (Red+Green+Blue) = 255+148+80=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9450 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9450 is #006BAF. Grayscale: #ACACAC. Windows color (decimal): -27568 or 5281023. OLE color: 5281023.
HSL color Cylindrical-coordinate representation of color #FF9450: hue angle of 23.31º 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 #FF9450 is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 80 | - |
| CMYK | 0 | 0.42 | 0.69 | 0 |
| HSL | 23.31º | 1% | 0.66% | - |
| HSV(B) | 23.31º | 0.69% | 1% | - |
| XYZ | 53.28 | 43.02 | 13.08 | - |
| YUV | 172.24 | 75.95 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 80 | 0 | 0.42 | 0.69 | 0 | 23.31 | 1 | 0.66 |
| Hex | FF | 94 | 50 | 0 | 2A | 45 | 0 | 17 | 64 | 42 |
| Octal | 377 | 224 | 120 | 0 | 52 | 105 | 0 | 27 | 144 | 102 |
| Binary | 11111111 | 10010100 | 1010000 | 0 | 101010 | 1000101 | 0 | 10111 | 1100100 | 1000010 |
Color Harmonies of #FF9450
Complementary color
Monochromatic Colors of #FF9450
Black with #FF9450
Text Example
Text Example
White with #FF9450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9450; }
p { color: rgb(255,148,80); }
H1.HeaderClassName
{
color: #FF9450;
}
.AnyTagClassName
{
color: #FF9450;
}
</style>
background-color css
<style>
a { background-color: #FF9450; }
a { background-color: rgb(255,148,80); }
div.DivClassName
{
background-color: #FF9450;
}
.BgClassName
{
background-color: #FF9450;
}
</style>
border-color css
<style>
span { border-color: #FF9450; }
span { border-color: rgb(255,148,80); }
td.TdClassName
{
border-color: #FF9450;
}
.TagClassName
{
border-color: #FF9450;
}
</style>