Shades of Sunshade #FA9F52
Tints of Sunshade #FA9F52
RGB
CMYK
RGB Variations
Color information
#FA9F52 (or 0xFA9F52) is known color: Sunshade. HEX triplet: FA, 9F and 52. RGB value is (250,159,82). Sum of RGB (Red+Green+Blue) = 250+159+82=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 159 (62.5% from 255 or 32.38% from 491); Blue value is 82 (32.42% from 255 or 16.70% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9F52 is #0560AD. Grayscale: #B1B1B1. Windows color (decimal): -352430 or 5414906. OLE color: 5414906.
HSL color Cylindrical-coordinate representation of color #FA9F52: hue angle of 27.5º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA9F52 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 159 | 82 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.02 |
| HSL | 27.5º | 0.94% | 0.65% | - |
| HSV(B) | 27.5º | 0.67% | 0.98% | - |
| XYZ | 53.35 | 45.73 | 14 | - |
| YUV | 177.43 | 74.15 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 159 | 82 | 0 | 0.36 | 0.67 | 0.02 | 27.5 | 0.94 | 0.65 |
| Hex | FA | 9F | 52 | 0 | 24 | 43 | 2 | 1C | 5E | 41 |
| Octal | 372 | 237 | 122 | 0 | 44 | 103 | 2 | 34 | 136 | 101 |
| Binary | 11111010 | 10011111 | 1010010 | 0 | 100100 | 1000011 | 10 | 11100 | 1011110 | 1000001 |
Color Harmonies of #FA9F52
Complementary color
Monochromatic Colors of #FA9F52
Black with #FA9F52
Text Example
Text Example
White with #FA9F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9F52; }
p { color: rgb(250,159,82); }
H1.HeaderClassName
{
color: #FA9F52;
}
.AnyTagClassName
{
color: #FA9F52;
}
</style>
background-color css
<style>
a { background-color: #FA9F52; }
a { background-color: rgb(250,159,82); }
div.DivClassName
{
background-color: #FA9F52;
}
.BgClassName
{
background-color: #FA9F52;
}
</style>
border-color css
<style>
span { border-color: #FA9F52; }
span { border-color: rgb(250,159,82); }
td.TdClassName
{
border-color: #FA9F52;
}
.TagClassName
{
border-color: #FA9F52;
}
</style>