Shades of Sunshade #FF9D46
Tints of Sunshade #FF9D46
RGB
CMYK
RGB Variations
Color information
#FF9D46 (or 0xFF9D46) is known color: Sunshade. HEX triplet: FF, 9D and 46. RGB value is (255,157,70). Sum of RGB (Red+Green+Blue) = 255+157+70=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 70 (27.73% from 255 or 14.52% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9D46 is #0062B9. Grayscale: #B0B0B0. Windows color (decimal): -25274 or 4627967. OLE color: 4627967.
HSL color Cylindrical-coordinate representation of color #FF9D46: hue angle of 28.22º 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 #FF9D46 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 70 | - |
| CMYK | 0 | 0.38 | 0.73 | 0 |
| HSL | 28.22º | 1% | 0.64% | - |
| HSV(B) | 28.22º | 0.73% | 1% | - |
| XYZ | 54.4 | 45.82 | 11.77 | - |
| YUV | 176.38 | 67.97 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 70 | 0 | 0.38 | 0.73 | 0 | 28.22 | 1 | 0.64 |
| Hex | FF | 9D | 46 | 0 | 26 | 49 | 0 | 1C | 64 | 40 |
| Octal | 377 | 235 | 106 | 0 | 46 | 111 | 0 | 34 | 144 | 100 |
| Binary | 11111111 | 10011101 | 1000110 | 0 | 100110 | 1001001 | 0 | 11100 | 1100100 | 1000000 |
Color Harmonies of #FF9D46
Complementary color
Monochromatic Colors of #FF9D46
Black with #FF9D46
Text Example
Text Example
White with #FF9D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9D46; }
p { color: rgb(255,157,70); }
H1.HeaderClassName
{
color: #FF9D46;
}
.AnyTagClassName
{
color: #FF9D46;
}
</style>
background-color css
<style>
a { background-color: #FF9D46; }
a { background-color: rgb(255,157,70); }
div.DivClassName
{
background-color: #FF9D46;
}
.BgClassName
{
background-color: #FF9D46;
}
</style>
border-color css
<style>
span { border-color: #FF9D46; }
span { border-color: rgb(255,157,70); }
td.TdClassName
{
border-color: #FF9D46;
}
.TagClassName
{
border-color: #FF9D46;
}
</style>