Shades of Sunshade #FF954C
Tints of Sunshade #FF954C
RGB
CMYK
RGB Variations
Color information
#FF954C (or 0xFF954C) is known color: Sunshade. HEX triplet: FF, 95 and 4C. RGB value is (255,149,76). Sum of RGB (Red+Green+Blue) = 255+149+76=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 76 (30.08% from 255 or 15.83% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF954C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF954C is #006AB3. Grayscale: #ACACAC. Windows color (decimal): -27316 or 5019135. OLE color: 5019135.
HSL color Cylindrical-coordinate representation of color #FF954C: hue angle of 24.47º 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 #FF954C is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 76 | - |
| CMYK | 0 | 0.42 | 0.70 | 0 |
| HSL | 24.47º | 1% | 0.65% | - |
| HSV(B) | 24.47º | 0.7% | 1% | - |
| XYZ | 53.29 | 43.28 | 12.38 | - |
| YUV | 172.37 | 73.62 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 76 | 0 | 0.42 | 0.70 | 0 | 24.47 | 1 | 0.65 |
| Hex | FF | 95 | 4C | 0 | 2A | 46 | 0 | 18 | 64 | 41 |
| Octal | 377 | 225 | 114 | 0 | 52 | 106 | 0 | 30 | 144 | 101 |
| Binary | 11111111 | 10010101 | 1001100 | 0 | 101010 | 1000110 | 0 | 11000 | 1100100 | 1000001 |
Color Harmonies of #FF954C
Complementary color
Monochromatic Colors of #FF954C
Black with #FF954C
Text Example
Text Example
White with #FF954C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF954C; }
p { color: rgb(255,149,76); }
H1.HeaderClassName
{
color: #FF954C;
}
.AnyTagClassName
{
color: #FF954C;
}
</style>
background-color css
<style>
a { background-color: #FF954C; }
a { background-color: rgb(255,149,76); }
div.DivClassName
{
background-color: #FF954C;
}
.BgClassName
{
background-color: #FF954C;
}
</style>
border-color css
<style>
span { border-color: #FF954C; }
span { border-color: rgb(255,149,76); }
td.TdClassName
{
border-color: #FF954C;
}
.TagClassName
{
border-color: #FF954C;
}
</style>