Shades of Sunshade #FA9454
Tints of Sunshade #FA9454
RGB
CMYK
RGB Variations
Color information
#FA9454 (or 0xFA9454) is known color: Sunshade. HEX triplet: FA, 94 and 54. RGB value is (250,148,84). Sum of RGB (Red+Green+Blue) = 250+148+84=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 84 (33.20% from 255 or 17.43% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9454 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9454 is #056BAB. Grayscale: #ABABAB. Windows color (decimal): -355244 or 5543162. OLE color: 5543162.
HSL color Cylindrical-coordinate representation of color #FA9454: hue angle of 23.13º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA9454 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 148 | 84 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.02 |
| HSL | 23.13º | 0.94% | 0.65% | - |
| HSV(B) | 23.13º | 0.66% | 0.98% | - |
| XYZ | 51.61 | 42.14 | 13.8 | - |
| YUV | 171.2 | 78.79 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 148 | 84 | 0 | 0.41 | 0.66 | 0.02 | 23.13 | 0.94 | 0.65 |
| Hex | FA | 94 | 54 | 0 | 29 | 42 | 2 | 17 | 5E | 41 |
| Octal | 372 | 224 | 124 | 0 | 51 | 102 | 2 | 27 | 136 | 101 |
| Binary | 11111010 | 10010100 | 1010100 | 0 | 101001 | 1000010 | 10 | 10111 | 1011110 | 1000001 |
Color Harmonies of #FA9454
Complementary color
Monochromatic Colors of #FA9454
Black with #FA9454
Text Example
Text Example
White with #FA9454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9454; }
p { color: rgb(250,148,84); }
H1.HeaderClassName
{
color: #FA9454;
}
.AnyTagClassName
{
color: #FA9454;
}
</style>
background-color css
<style>
a { background-color: #FA9454; }
a { background-color: rgb(250,148,84); }
div.DivClassName
{
background-color: #FA9454;
}
.BgClassName
{
background-color: #FA9454;
}
</style>
border-color css
<style>
span { border-color: #FA9454; }
span { border-color: rgb(250,148,84); }
td.TdClassName
{
border-color: #FA9454;
}
.TagClassName
{
border-color: #FA9454;
}
</style>