Shades of Sunshade #FF9546
Tints of Sunshade #FF9546
RGB
CMYK
RGB Variations
Color information
#FF9546 (or 0xFF9546) is known color: Sunshade. HEX triplet: FF, 95 and 46. RGB value is (255,149,70). Sum of RGB (Red+Green+Blue) = 255+149+70=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 70 (27.73% from 255 or 14.77% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9546 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9546 is #006AB9. Grayscale: #ACACAC. Windows color (decimal): -27322 or 4625919. OLE color: 4625919.
HSL color Cylindrical-coordinate representation of color #FF9546: hue angle of 25.62º 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 #FF9546 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 70 | - |
| CMYK | 0 | 0.42 | 0.73 | 0 |
| HSL | 25.62º | 1% | 0.64% | - |
| HSV(B) | 25.62º | 0.73% | 1% | - |
| XYZ | 53.09 | 43.2 | 11.33 | - |
| YUV | 171.69 | 70.62 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 70 | 0 | 0.42 | 0.73 | 0 | 25.62 | 1 | 0.64 |
| Hex | FF | 95 | 46 | 0 | 2A | 49 | 0 | 1A | 64 | 40 |
| Octal | 377 | 225 | 106 | 0 | 52 | 111 | 0 | 32 | 144 | 100 |
| Binary | 11111111 | 10010101 | 1000110 | 0 | 101010 | 1001001 | 0 | 11010 | 1100100 | 1000000 |
Color Harmonies of #FF9546
Complementary color
Monochromatic Colors of #FF9546
Black with #FF9546
Text Example
Text Example
White with #FF9546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9546; }
p { color: rgb(255,149,70); }
H1.HeaderClassName
{
color: #FF9546;
}
.AnyTagClassName
{
color: #FF9546;
}
</style>
background-color css
<style>
a { background-color: #FF9546; }
a { background-color: rgb(255,149,70); }
div.DivClassName
{
background-color: #FF9546;
}
.BgClassName
{
background-color: #FF9546;
}
</style>
border-color css
<style>
span { border-color: #FF9546; }
span { border-color: rgb(255,149,70); }
td.TdClassName
{
border-color: #FF9546;
}
.TagClassName
{
border-color: #FF9546;
}
</style>