Shades of Sunshade #FA994F
Tints of Sunshade #FA994F
RGB
CMYK
RGB Variations
Color information
#FA994F (or 0xFA994F) is known color: Sunshade. HEX triplet: FA, 99 and 4F. RGB value is (250,153,79). Sum of RGB (Red+Green+Blue) = 250+153+79=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 79 (31.25% from 255 or 16.39% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA994F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA994F is #0566B0. Grayscale: #ADADAD. Windows color (decimal): -353969 or 5216762. OLE color: 5216762.
HSL color Cylindrical-coordinate representation of color #FA994F: hue angle of 25.96º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA994F is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 79 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.02 |
| HSL | 25.96º | 0.94% | 0.65% | - |
| HSV(B) | 25.96º | 0.68% | 0.98% | - |
| XYZ | 52.23 | 43.67 | 13.07 | - |
| YUV | 173.57 | 74.64 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 79 | 0 | 0.39 | 0.68 | 0.02 | 25.96 | 0.94 | 0.65 |
| Hex | FA | 99 | 4F | 0 | 27 | 44 | 2 | 1A | 5E | 41 |
| Octal | 372 | 231 | 117 | 0 | 47 | 104 | 2 | 32 | 136 | 101 |
| Binary | 11111010 | 10011001 | 1001111 | 0 | 100111 | 1000100 | 10 | 11010 | 1011110 | 1000001 |
Color Harmonies of #FA994F
Complementary color
Monochromatic Colors of #FA994F
Black with #FA994F
Text Example
Text Example
White with #FA994F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA994F; }
p { color: rgb(250,153,79); }
H1.HeaderClassName
{
color: #FA994F;
}
.AnyTagClassName
{
color: #FA994F;
}
</style>
background-color css
<style>
a { background-color: #FA994F; }
a { background-color: rgb(250,153,79); }
div.DivClassName
{
background-color: #FA994F;
}
.BgClassName
{
background-color: #FA994F;
}
</style>
border-color css
<style>
span { border-color: #FA994F; }
span { border-color: rgb(250,153,79); }
td.TdClassName
{
border-color: #FA994F;
}
.TagClassName
{
border-color: #FA994F;
}
</style>