Shades of Sunshade #FF994A
Tints of Sunshade #FF994A
RGB
CMYK
RGB Variations
Color information
#FF994A (or 0xFF994A) is known color: Sunshade. HEX triplet: FF, 99 and 4A. RGB value is (255,153,74). Sum of RGB (Red+Green+Blue) = 255+153+74=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF994A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF994A is #0066B5. Grayscale: #AEAEAE. Windows color (decimal): -26294 or 4889087. OLE color: 4889087.
HSL color Cylindrical-coordinate representation of color #FF994A: hue angle of 26.19º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF994A is Cyan = 0, Magento = 0.4, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 74 | - |
| CMYK | 0 | 0.4 | 0.71 | 0 |
| HSL | 26.19º | 1% | 0.65% | - |
| HSV(B) | 26.19º | 0.71% | 1% | - |
| XYZ | 53.87 | 44.54 | 12.24 | - |
| YUV | 174.49 | 71.29 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 74 | 0 | 0.4 | 0.71 | 0 | 26.19 | 1 | 0.65 |
| Hex | FF | 99 | 4A | 0 | 28 | 47 | 0 | 1A | 64 | 41 |
| Octal | 377 | 231 | 112 | 0 | 50 | 107 | 0 | 32 | 144 | 101 |
| Binary | 11111111 | 10011001 | 1001010 | 0 | 101000 | 1000111 | 0 | 11010 | 1100100 | 1000001 |
Color Harmonies of #FF994A
Complementary color
Monochromatic Colors of #FF994A
Black with #FF994A
Text Example
Text Example
White with #FF994A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF994A; }
p { color: rgb(255,153,74); }
H1.HeaderClassName
{
color: #FF994A;
}
.AnyTagClassName
{
color: #FF994A;
}
</style>
background-color css
<style>
a { background-color: #FF994A; }
a { background-color: rgb(255,153,74); }
div.DivClassName
{
background-color: #FF994A;
}
.BgClassName
{
background-color: #FF994A;
}
</style>
border-color css
<style>
span { border-color: #FF994A; }
span { border-color: rgb(255,153,74); }
td.TdClassName
{
border-color: #FF994A;
}
.TagClassName
{
border-color: #FF994A;
}
</style>