Shades of Sunshade #FF9245
Tints of Sunshade #FF9245
RGB
CMYK
RGB Variations
Color information
#FF9245 (or 0xFF9245) is known color: Sunshade. HEX triplet: FF, 92 and 45. RGB value is (255,146,69). Sum of RGB (Red+Green+Blue) = 255+146+69=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 69 (27.34% from 255 or 14.68% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9245 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9245 is #006DBA. Grayscale: #AAAAAA. Windows color (decimal): -28091 or 4559615. OLE color: 4559615.
HSL color Cylindrical-coordinate representation of color #FF9245: hue angle of 24.84º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF9245 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 69 | - |
| CMYK | 0 | 0.43 | 0.73 | 0 |
| HSL | 24.84º | 1% | 0.64% | - |
| HSV(B) | 24.84º | 0.73% | 1% | - |
| XYZ | 52.59 | 42.25 | 11.01 | - |
| YUV | 169.81 | 71.11 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 69 | 0 | 0.43 | 0.73 | 0 | 24.84 | 1 | 0.64 |
| Hex | FF | 92 | 45 | 0 | 2B | 49 | 0 | 19 | 64 | 40 |
| Octal | 377 | 222 | 105 | 0 | 53 | 111 | 0 | 31 | 144 | 100 |
| Binary | 11111111 | 10010010 | 1000101 | 0 | 101011 | 1001001 | 0 | 11001 | 1100100 | 1000000 |
Color Harmonies of #FF9245
Complementary color
Monochromatic Colors of #FF9245
Black with #FF9245
Text Example
Text Example
White with #FF9245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9245; }
p { color: rgb(255,146,69); }
H1.HeaderClassName
{
color: #FF9245;
}
.AnyTagClassName
{
color: #FF9245;
}
</style>
background-color css
<style>
a { background-color: #FF9245; }
a { background-color: rgb(255,146,69); }
div.DivClassName
{
background-color: #FF9245;
}
.BgClassName
{
background-color: #FF9245;
}
</style>
border-color css
<style>
span { border-color: #FF9245; }
span { border-color: rgb(255,146,69); }
td.TdClassName
{
border-color: #FF9245;
}
.TagClassName
{
border-color: #FF9245;
}
</style>