Shades of Sunshade #FA9C3E
Tints of Sunshade #FA9C3E
RGB
CMYK
RGB Variations
Color information
#FA9C3E (or 0xFA9C3E) is known color: Sunshade. HEX triplet: FA, 9C and 3E. RGB value is (250,156,62). Sum of RGB (Red+Green+Blue) = 250+156+62=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 62 (24.61% from 255 or 13.25% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9C3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9C3E is #0563C1. Grayscale: #ADADAD. Windows color (decimal): -353218 or 4103418. OLE color: 4103418.
HSL color Cylindrical-coordinate representation of color #FA9C3E: hue angle of 30º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FA9C3E is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 156 | 62 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.02 |
| HSL | 30º | 0.95% | 0.61% | - |
| HSV(B) | 30º | 0.75% | 0.98% | - |
| XYZ | 52.18 | 44.45 | 10.39 | - |
| YUV | 173.39 | 65.14 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 156 | 62 | 0 | 0.38 | 0.75 | 0.02 | 30 | 0.95 | 0.61 |
| Hex | FA | 9C | 3E | 0 | 26 | 4B | 2 | 1E | 5F | 3D |
| Octal | 372 | 234 | 76 | 0 | 46 | 113 | 2 | 36 | 137 | 75 |
| Binary | 11111010 | 10011100 | 111110 | 0 | 100110 | 1001011 | 10 | 11110 | 1011111 | 111101 |
Color Harmonies of #FA9C3E
Complementary color
Monochromatic Colors of #FA9C3E
Black with #FA9C3E
Text Example
Text Example
White with #FA9C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9C3E; }
p { color: rgb(250,156,62); }
H1.HeaderClassName
{
color: #FA9C3E;
}
.AnyTagClassName
{
color: #FA9C3E;
}
</style>
background-color css
<style>
a { background-color: #FA9C3E; }
a { background-color: rgb(250,156,62); }
div.DivClassName
{
background-color: #FA9C3E;
}
.BgClassName
{
background-color: #FA9C3E;
}
</style>
border-color css
<style>
span { border-color: #FA9C3E; }
span { border-color: rgb(250,156,62); }
td.TdClassName
{
border-color: #FA9C3E;
}
.TagClassName
{
border-color: #FA9C3E;
}
</style>