Shades of Sunshade #FA994C
Tints of Sunshade #FA994C
RGB
CMYK
RGB Variations
Color information
#FA994C (or 0xFA994C) is known color: Sunshade. HEX triplet: FA, 99 and 4C. RGB value is (250,153,76). Sum of RGB (Red+Green+Blue) = 250+153+76=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 76 (30.08% from 255 or 15.87% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA994C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA994C is #0566B3. Grayscale: #ADADAD. Windows color (decimal): -353972 or 5020154. OLE color: 5020154.
HSL color Cylindrical-coordinate representation of color #FA994C: hue angle of 26.55º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA994C is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 76 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.02 |
| HSL | 26.55º | 0.95% | 0.64% | - |
| HSV(B) | 26.55º | 0.7% | 0.98% | - |
| XYZ | 52.12 | 43.63 | 12.51 | - |
| YUV | 173.23 | 73.14 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 76 | 0 | 0.39 | 0.70 | 0.02 | 26.55 | 0.95 | 0.64 |
| Hex | FA | 99 | 4C | 0 | 27 | 46 | 2 | 1B | 5F | 40 |
| Octal | 372 | 231 | 114 | 0 | 47 | 106 | 2 | 33 | 137 | 100 |
| Binary | 11111010 | 10011001 | 1001100 | 0 | 100111 | 1000110 | 10 | 11011 | 1011111 | 1000000 |
Color Harmonies of #FA994C
Complementary color
Monochromatic Colors of #FA994C
Black with #FA994C
Text Example
Text Example
White with #FA994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA994C; }
p { color: rgb(250,153,76); }
H1.HeaderClassName
{
color: #FA994C;
}
.AnyTagClassName
{
color: #FA994C;
}
</style>
background-color css
<style>
a { background-color: #FA994C; }
a { background-color: rgb(250,153,76); }
div.DivClassName
{
background-color: #FA994C;
}
.BgClassName
{
background-color: #FA994C;
}
</style>
border-color css
<style>
span { border-color: #FA994C; }
span { border-color: rgb(250,153,76); }
td.TdClassName
{
border-color: #FA994C;
}
.TagClassName
{
border-color: #FA994C;
}
</style>