Shades of Sunshade #FF944D
Tints of Sunshade #FF944D
RGB
CMYK
RGB Variations
Color information
#FF944D (or 0xFF944D) is known color: Sunshade. HEX triplet: FF, 94 and 4D. RGB value is (255,148,77). Sum of RGB (Red+Green+Blue) = 255+148+77=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 77 (30.47% from 255 or 16.04% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF944D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF944D is #006BB2. Grayscale: #ACACAC. Windows color (decimal): -27571 or 5084415. OLE color: 5084415.
HSL color Cylindrical-coordinate representation of color #FF944D: hue angle of 23.93º 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 #FF944D is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 77 | - |
| CMYK | 0 | 0.42 | 0.70 | 0 |
| HSL | 23.93º | 1% | 0.65% | - |
| HSV(B) | 23.93º | 0.7% | 1% | - |
| XYZ | 53.17 | 42.98 | 12.51 | - |
| YUV | 171.9 | 74.45 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 77 | 0 | 0.42 | 0.70 | 0 | 23.93 | 1 | 0.65 |
| Hex | FF | 94 | 4D | 0 | 2A | 46 | 0 | 18 | 64 | 41 |
| Octal | 377 | 224 | 115 | 0 | 52 | 106 | 0 | 30 | 144 | 101 |
| Binary | 11111111 | 10010100 | 1001101 | 0 | 101010 | 1000110 | 0 | 11000 | 1100100 | 1000001 |
Color Harmonies of #FF944D
Complementary color
Monochromatic Colors of #FF944D
Black with #FF944D
Text Example
Text Example
White with #FF944D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF944D; }
p { color: rgb(255,148,77); }
H1.HeaderClassName
{
color: #FF944D;
}
.AnyTagClassName
{
color: #FF944D;
}
</style>
background-color css
<style>
a { background-color: #FF944D; }
a { background-color: rgb(255,148,77); }
div.DivClassName
{
background-color: #FF944D;
}
.BgClassName
{
background-color: #FF944D;
}
</style>
border-color css
<style>
span { border-color: #FF944D; }
span { border-color: rgb(255,148,77); }
td.TdClassName
{
border-color: #FF944D;
}
.TagClassName
{
border-color: #FF944D;
}
</style>