Shades of Sunshade #FA9440
Tints of Sunshade #FA9440
RGB
CMYK
RGB Variations
Color information
#FA9440 (or 0xFA9440) is known color: Sunshade. HEX triplet: FA, 94 and 40. RGB value is (250,148,64). Sum of RGB (Red+Green+Blue) = 250+148+64=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 64 (25.39% from 255 or 13.85% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9440 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9440 is #056BBF. Grayscale: #A9A9A9. Windows color (decimal): -355264 or 4232442. OLE color: 4232442.
HSL color Cylindrical-coordinate representation of color #FA9440: hue angle of 27.1º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA9440 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 148 | 64 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.02 |
| HSL | 27.1º | 0.95% | 0.62% | - |
| HSV(B) | 27.1º | 0.74% | 0.98% | - |
| XYZ | 50.94 | 41.87 | 10.25 | - |
| YUV | 168.92 | 68.79 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 148 | 64 | 0 | 0.41 | 0.74 | 0.02 | 27.1 | 0.95 | 0.62 |
| Hex | FA | 94 | 40 | 0 | 29 | 4A | 2 | 1B | 5F | 3E |
| Octal | 372 | 224 | 100 | 0 | 51 | 112 | 2 | 33 | 137 | 76 |
| Binary | 11111010 | 10010100 | 1000000 | 0 | 101001 | 1001010 | 10 | 11011 | 1011111 | 111110 |
Color Harmonies of #FA9440
Complementary color
Monochromatic Colors of #FA9440
Black with #FA9440
Text Example
Text Example
White with #FA9440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9440; }
p { color: rgb(250,148,64); }
H1.HeaderClassName
{
color: #FA9440;
}
.AnyTagClassName
{
color: #FA9440;
}
</style>
background-color css
<style>
a { background-color: #FA9440; }
a { background-color: rgb(250,148,64); }
div.DivClassName
{
background-color: #FA9440;
}
.BgClassName
{
background-color: #FA9440;
}
</style>
border-color css
<style>
span { border-color: #FA9440; }
span { border-color: rgb(250,148,64); }
td.TdClassName
{
border-color: #FA9440;
}
.TagClassName
{
border-color: #FA9440;
}
</style>