Shades of Sunshade #FF954D
Tints of Sunshade #FF954D
RGB
CMYK
RGB Variations
Color information
#FF954D (or 0xFF954D) is known color: Sunshade. HEX triplet: FF, 95 and 4D. RGB value is (255,149,77). Sum of RGB (Red+Green+Blue) = 255+149+77=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 77 (30.47% from 255 or 16.01% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF954D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF954D is #006AB2. Grayscale: #ACACAC. Windows color (decimal): -27315 or 5084671. OLE color: 5084671.
HSL color Cylindrical-coordinate representation of color #FF954D: hue angle of 24.27º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF954D is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 77 | - |
| CMYK | 0 | 0.42 | 0.70 | 0 |
| HSL | 24.27º | 1% | 0.65% | - |
| HSV(B) | 24.27º | 0.7% | 1% | - |
| XYZ | 53.33 | 43.29 | 12.57 | - |
| YUV | 172.49 | 74.12 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 77 | 0 | 0.42 | 0.70 | 0 | 24.27 | 1 | 0.65 |
| Hex | FF | 95 | 4D | 0 | 2A | 46 | 0 | 18 | 64 | 41 |
| Octal | 377 | 225 | 115 | 0 | 52 | 106 | 0 | 30 | 144 | 101 |
| Binary | 11111111 | 10010101 | 1001101 | 0 | 101010 | 1000110 | 0 | 11000 | 1100100 | 1000001 |
Color Harmonies of #FF954D
Complementary color
Monochromatic Colors of #FF954D
Black with #FF954D
Text Example
Text Example
White with #FF954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF954D; }
p { color: rgb(255,149,77); }
H1.HeaderClassName
{
color: #FF954D;
}
.AnyTagClassName
{
color: #FF954D;
}
</style>
background-color css
<style>
a { background-color: #FF954D; }
a { background-color: rgb(255,149,77); }
div.DivClassName
{
background-color: #FF954D;
}
.BgClassName
{
background-color: #FF954D;
}
</style>
border-color css
<style>
span { border-color: #FF954D; }
span { border-color: rgb(255,149,77); }
td.TdClassName
{
border-color: #FF954D;
}
.TagClassName
{
border-color: #FF954D;
}
</style>