Shades of Sunshade #FA9442
Tints of Sunshade #FA9442
RGB
CMYK
RGB Variations
Color information
#FA9442 (or 0xFA9442) is known color: Sunshade. HEX triplet: FA, 94 and 42. RGB value is (250,148,66). Sum of RGB (Red+Green+Blue) = 250+148+66=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 66 (26.17% from 255 or 14.22% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9442 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9442 is #056BBD. Grayscale: #A9A9A9. Windows color (decimal): -355262 or 4363514. OLE color: 4363514.
HSL color Cylindrical-coordinate representation of color #FA9442: hue angle of 26.74º 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 #FA9442 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 148 | 66 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.02 |
| HSL | 26.74º | 0.95% | 0.62% | - |
| HSV(B) | 26.74º | 0.74% | 0.98% | - |
| XYZ | 51 | 41.9 | 10.55 | - |
| YUV | 169.15 | 69.79 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 148 | 66 | 0 | 0.41 | 0.74 | 0.02 | 26.74 | 0.95 | 0.62 |
| Hex | FA | 94 | 42 | 0 | 29 | 4A | 2 | 1B | 5F | 3E |
| Octal | 372 | 224 | 102 | 0 | 51 | 112 | 2 | 33 | 137 | 76 |
| Binary | 11111010 | 10010100 | 1000010 | 0 | 101001 | 1001010 | 10 | 11011 | 1011111 | 111110 |
Color Harmonies of #FA9442
Complementary color
Monochromatic Colors of #FA9442
Black with #FA9442
Text Example
Text Example
White with #FA9442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9442; }
p { color: rgb(250,148,66); }
H1.HeaderClassName
{
color: #FA9442;
}
.AnyTagClassName
{
color: #FA9442;
}
</style>
background-color css
<style>
a { background-color: #FA9442; }
a { background-color: rgb(250,148,66); }
div.DivClassName
{
background-color: #FA9442;
}
.BgClassName
{
background-color: #FA9442;
}
</style>
border-color css
<style>
span { border-color: #FA9442; }
span { border-color: rgb(250,148,66); }
td.TdClassName
{
border-color: #FA9442;
}
.TagClassName
{
border-color: #FA9442;
}
</style>