Shades of Sunshade #FA9F4B
Tints of Sunshade #FA9F4B
RGB
CMYK
RGB Variations
Color information
#FA9F4B (or 0xFA9F4B) is known color: Sunshade. HEX triplet: FA, 9F and 4B. RGB value is (250,159,75). Sum of RGB (Red+Green+Blue) = 250+159+75=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 75 (29.69% from 255 or 15.50% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9F4B is #0560B4. Grayscale: #B1B1B1. Windows color (decimal): -352437 or 4956154. OLE color: 4956154.
HSL color Cylindrical-coordinate representation of color #FA9F4B: hue angle of 28.8º 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 #FA9F4B is Cyan = 0, Magento = 0.36, Yellow = 0.7 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 159 | 75 | - |
| CMYK | 0 | 0.36 | 0.7 | 0.02 |
| HSL | 28.8º | 0.95% | 0.64% | - |
| HSV(B) | 28.8º | 0.7% | 0.98% | - |
| XYZ | 53.09 | 45.63 | 12.67 | - |
| YUV | 176.63 | 70.65 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 159 | 75 | 0 | 0.36 | 0.7 | 0.02 | 28.8 | 0.95 | 0.64 |
| Hex | FA | 9F | 4B | 0 | 24 | 46 | 2 | 1D | 5F | 40 |
| Octal | 372 | 237 | 113 | 0 | 44 | 106 | 2 | 35 | 137 | 100 |
| Binary | 11111010 | 10011111 | 1001011 | 0 | 100100 | 1000110 | 10 | 11101 | 1011111 | 1000000 |
Color Harmonies of #FA9F4B
Complementary color
Monochromatic Colors of #FA9F4B
Black with #FA9F4B
Text Example
Text Example
White with #FA9F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9F4B; }
p { color: rgb(250,159,75); }
H1.HeaderClassName
{
color: #FA9F4B;
}
.AnyTagClassName
{
color: #FA9F4B;
}
</style>
background-color css
<style>
a { background-color: #FA9F4B; }
a { background-color: rgb(250,159,75); }
div.DivClassName
{
background-color: #FA9F4B;
}
.BgClassName
{
background-color: #FA9F4B;
}
</style>
border-color css
<style>
span { border-color: #FA9F4B; }
span { border-color: rgb(250,159,75); }
td.TdClassName
{
border-color: #FA9F4B;
}
.TagClassName
{
border-color: #FA9F4B;
}
</style>