Shades of Sunshade #FA9F4A
Tints of Sunshade #FA9F4A
RGB
CMYK
RGB Variations
Color information
#FA9F4A (or 0xFA9F4A) is known color: Sunshade. HEX triplet: FA, 9F and 4A. RGB value is (250,159,74). Sum of RGB (Red+Green+Blue) = 250+159+74=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 74 (29.30% from 255 or 15.32% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9F4A is #0560B5. Grayscale: #B0B0B0. Windows color (decimal): -352438 or 4890618. OLE color: 4890618.
HSL color Cylindrical-coordinate representation of color #FA9F4A: hue angle of 28.98º 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 #FA9F4A is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 159 | 74 | - |
| CMYK | 0 | 0.36 | 0.70 | 0.02 |
| HSL | 28.98º | 0.95% | 0.64% | - |
| HSV(B) | 28.98º | 0.7% | 0.98% | - |
| XYZ | 53.06 | 45.61 | 12.49 | - |
| YUV | 176.52 | 70.15 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 159 | 74 | 0 | 0.36 | 0.70 | 0.02 | 28.98 | 0.95 | 0.64 |
| Hex | FA | 9F | 4A | 0 | 24 | 46 | 2 | 1D | 5F | 40 |
| Octal | 372 | 237 | 112 | 0 | 44 | 106 | 2 | 35 | 137 | 100 |
| Binary | 11111010 | 10011111 | 1001010 | 0 | 100100 | 1000110 | 10 | 11101 | 1011111 | 1000000 |
Color Harmonies of #FA9F4A
Complementary color
Monochromatic Colors of #FA9F4A
Black with #FA9F4A
Text Example
Text Example
White with #FA9F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9F4A; }
p { color: rgb(250,159,74); }
H1.HeaderClassName
{
color: #FA9F4A;
}
.AnyTagClassName
{
color: #FA9F4A;
}
</style>
background-color css
<style>
a { background-color: #FA9F4A; }
a { background-color: rgb(250,159,74); }
div.DivClassName
{
background-color: #FA9F4A;
}
.BgClassName
{
background-color: #FA9F4A;
}
</style>
border-color css
<style>
span { border-color: #FA9F4A; }
span { border-color: rgb(250,159,74); }
td.TdClassName
{
border-color: #FA9F4A;
}
.TagClassName
{
border-color: #FA9F4A;
}
</style>