Shades of Sunshade #FA984A
Tints of Sunshade #FA984A
RGB
CMYK
RGB Variations
Color information
#FA984A (or 0xFA984A) is known color: Sunshade. HEX triplet: FA, 98 and 4A. RGB value is (250,152,74). Sum of RGB (Red+Green+Blue) = 250+152+74=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 74 (29.30% from 255 or 15.55% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA984A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA984A is #0567B5. Grayscale: #ACACAC. Windows color (decimal): -354230 or 4888826. OLE color: 4888826.
HSL color Cylindrical-coordinate representation of color #FA984A: hue angle of 26.59º 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 #FA984A is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 152 | 74 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.02 |
| HSL | 26.59º | 0.95% | 0.64% | - |
| HSV(B) | 26.59º | 0.7% | 0.98% | - |
| XYZ | 51.89 | 43.27 | 12.1 | - |
| YUV | 172.41 | 72.47 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 152 | 74 | 0 | 0.39 | 0.70 | 0.02 | 26.59 | 0.95 | 0.64 |
| Hex | FA | 98 | 4A | 0 | 27 | 46 | 2 | 1B | 5F | 40 |
| Octal | 372 | 230 | 112 | 0 | 47 | 106 | 2 | 33 | 137 | 100 |
| Binary | 11111010 | 10011000 | 1001010 | 0 | 100111 | 1000110 | 10 | 11011 | 1011111 | 1000000 |
Color Harmonies of #FA984A
Complementary color
Monochromatic Colors of #FA984A
Black with #FA984A
Text Example
Text Example
White with #FA984A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA984A; }
p { color: rgb(250,152,74); }
H1.HeaderClassName
{
color: #FA984A;
}
.AnyTagClassName
{
color: #FA984A;
}
</style>
background-color css
<style>
a { background-color: #FA984A; }
a { background-color: rgb(250,152,74); }
div.DivClassName
{
background-color: #FA984A;
}
.BgClassName
{
background-color: #FA984A;
}
</style>
border-color css
<style>
span { border-color: #FA984A; }
span { border-color: rgb(250,152,74); }
td.TdClassName
{
border-color: #FA984A;
}
.TagClassName
{
border-color: #FA984A;
}
</style>