Shades of Sunshade #FF994B
Tints of Sunshade #FF994B
RGB
CMYK
RGB Variations
Color information
#FF994B (or 0xFF994B) is known color: Sunshade. HEX triplet: FF, 99 and 4B. RGB value is (255,153,75). Sum of RGB (Red+Green+Blue) = 255+153+75=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 75 (29.69% from 255 or 15.53% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF994B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF994B is #0066B4. Grayscale: #AFAFAF. Windows color (decimal): -26293 or 4954623. OLE color: 4954623.
HSL color Cylindrical-coordinate representation of color #FF994B: hue angle of 26º 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 #FF994B is Cyan = 0, Magento = 0.4, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 75 | - |
| CMYK | 0 | 0.4 | 0.71 | 0 |
| HSL | 26º | 1% | 0.65% | - |
| HSV(B) | 26º | 0.71% | 1% | - |
| XYZ | 53.9 | 44.55 | 12.41 | - |
| YUV | 174.61 | 71.79 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 75 | 0 | 0.4 | 0.71 | 0 | 26 | 1 | 0.65 |
| Hex | FF | 99 | 4B | 0 | 28 | 47 | 0 | 1A | 64 | 41 |
| Octal | 377 | 231 | 113 | 0 | 50 | 107 | 0 | 32 | 144 | 101 |
| Binary | 11111111 | 10011001 | 1001011 | 0 | 101000 | 1000111 | 0 | 11010 | 1100100 | 1000001 |
Color Harmonies of #FF994B
Complementary color
Monochromatic Colors of #FF994B
Black with #FF994B
Text Example
Text Example
White with #FF994B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF994B; }
p { color: rgb(255,153,75); }
H1.HeaderClassName
{
color: #FF994B;
}
.AnyTagClassName
{
color: #FF994B;
}
</style>
background-color css
<style>
a { background-color: #FF994B; }
a { background-color: rgb(255,153,75); }
div.DivClassName
{
background-color: #FF994B;
}
.BgClassName
{
background-color: #FF994B;
}
</style>
border-color css
<style>
span { border-color: #FF994B; }
span { border-color: rgb(255,153,75); }
td.TdClassName
{
border-color: #FF994B;
}
.TagClassName
{
border-color: #FF994B;
}
</style>