Shades of Sunshade #FF994C
Tints of Sunshade #FF994C
RGB
CMYK
RGB Variations
Color information
#FF994C (or 0xFF994C) is known color: Sunshade. HEX triplet: FF, 99 and 4C. RGB value is (255,153,76). Sum of RGB (Red+Green+Blue) = 255+153+76=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 76 (30.08% from 255 or 15.70% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF994C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF994C is #0066B3. Grayscale: #AFAFAF. Windows color (decimal): -26292 or 5020159. OLE color: 5020159.
HSL color Cylindrical-coordinate representation of color #FF994C: hue angle of 25.81º 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 #FF994C is Cyan = 0, Magento = 0.4, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 76 | - |
| CMYK | 0 | 0.4 | 0.70 | 0 |
| HSL | 25.81º | 1% | 0.65% | - |
| HSV(B) | 25.81º | 0.7% | 1% | - |
| XYZ | 53.94 | 44.56 | 12.6 | - |
| YUV | 174.72 | 72.29 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 76 | 0 | 0.4 | 0.70 | 0 | 25.81 | 1 | 0.65 |
| Hex | FF | 99 | 4C | 0 | 28 | 46 | 0 | 1A | 64 | 41 |
| Octal | 377 | 231 | 114 | 0 | 50 | 106 | 0 | 32 | 144 | 101 |
| Binary | 11111111 | 10011001 | 1001100 | 0 | 101000 | 1000110 | 0 | 11010 | 1100100 | 1000001 |
Color Harmonies of #FF994C
Complementary color
Monochromatic Colors of #FF994C
Black with #FF994C
Text Example
Text Example
White with #FF994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF994C; }
p { color: rgb(255,153,76); }
H1.HeaderClassName
{
color: #FF994C;
}
.AnyTagClassName
{
color: #FF994C;
}
</style>
background-color css
<style>
a { background-color: #FF994C; }
a { background-color: rgb(255,153,76); }
div.DivClassName
{
background-color: #FF994C;
}
.BgClassName
{
background-color: #FF994C;
}
</style>
border-color css
<style>
span { border-color: #FF994C; }
span { border-color: rgb(255,153,76); }
td.TdClassName
{
border-color: #FF994C;
}
.TagClassName
{
border-color: #FF994C;
}
</style>