Shades of Sunshade #FF994E
Tints of Sunshade #FF994E
RGB
CMYK
RGB Variations
Color information
#FF994E (or 0xFF994E) is known color: Sunshade. HEX triplet: FF, 99 and 4E. RGB value is (255,153,78). Sum of RGB (Red+Green+Blue) = 255+153+78=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 78 (30.86% from 255 or 16.05% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF994E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF994E is #0066B1. Grayscale: #AFAFAF. Windows color (decimal): -26290 or 5151231. OLE color: 5151231.
HSL color Cylindrical-coordinate representation of color #FF994E: hue angle of 25.42º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF994E is Cyan = 0, Magento = 0.4, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 78 | - |
| CMYK | 0 | 0.4 | 0.69 | 0 |
| HSL | 25.42º | 1% | 0.65% | - |
| HSV(B) | 25.42º | 0.69% | 1% | - |
| XYZ | 54.01 | 44.59 | 12.97 | - |
| YUV | 174.95 | 73.29 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 78 | 0 | 0.4 | 0.69 | 0 | 25.42 | 1 | 0.65 |
| Hex | FF | 99 | 4E | 0 | 28 | 45 | 0 | 19 | 64 | 41 |
| Octal | 377 | 231 | 116 | 0 | 50 | 105 | 0 | 31 | 144 | 101 |
| Binary | 11111111 | 10011001 | 1001110 | 0 | 101000 | 1000101 | 0 | 11001 | 1100100 | 1000001 |
Color Harmonies of #FF994E
Complementary color
Monochromatic Colors of #FF994E
Black with #FF994E
Text Example
Text Example
White with #FF994E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF994E; }
p { color: rgb(255,153,78); }
H1.HeaderClassName
{
color: #FF994E;
}
.AnyTagClassName
{
color: #FF994E;
}
</style>
background-color css
<style>
a { background-color: #FF994E; }
a { background-color: rgb(255,153,78); }
div.DivClassName
{
background-color: #FF994E;
}
.BgClassName
{
background-color: #FF994E;
}
</style>
border-color css
<style>
span { border-color: #FF994E; }
span { border-color: rgb(255,153,78); }
td.TdClassName
{
border-color: #FF994E;
}
.TagClassName
{
border-color: #FF994E;
}
</style>