Shades of Sun #FA8C2E
Tints of Sun #FA8C2E
RGB
CMYK
RGB Variations
Color information
#FA8C2E (or 0xFA8C2E) is known color: Sun. HEX triplet: FA, 8C and 2E. RGB value is (250,140,46). Sum of RGB (Red+Green+Blue) = 250+140+46=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 46 (18.36% from 255 or 10.55% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8C2E is #0573D1. Grayscale: #A2A2A2. Windows color (decimal): -357330 or 3050746. OLE color: 3050746.
HSL color Cylindrical-coordinate representation of color #FA8C2E: hue angle of 27.65º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA8C2E is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 140 | 46 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.02 |
| HSL | 27.65º | 0.95% | 0.58% | - |
| HSV(B) | 27.65º | 0.82% | 0.98% | - |
| XYZ | 49.3 | 39.28 | 7.57 | - |
| YUV | 162.17 | 62.44 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 140 | 46 | 0 | 0.44 | 0.82 | 0.02 | 27.65 | 0.95 | 0.58 |
| Hex | FA | 8C | 2E | 0 | 2C | 52 | 2 | 1C | 5F | 3A |
| Octal | 372 | 214 | 56 | 0 | 54 | 122 | 2 | 34 | 137 | 72 |
| Binary | 11111010 | 10001100 | 101110 | 0 | 101100 | 1010010 | 10 | 11100 | 1011111 | 111010 |
Color Harmonies of #FA8C2E
Complementary color
Monochromatic Colors of #FA8C2E
Black with #FA8C2E
Text Example
Text Example
White with #FA8C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8C2E; }
p { color: rgb(250,140,46); }
H1.HeaderClassName
{
color: #FA8C2E;
}
.AnyTagClassName
{
color: #FA8C2E;
}
</style>
background-color css
<style>
a { background-color: #FA8C2E; }
a { background-color: rgb(250,140,46); }
div.DivClassName
{
background-color: #FA8C2E;
}
.BgClassName
{
background-color: #FA8C2E;
}
</style>
border-color css
<style>
span { border-color: #FA8C2E; }
span { border-color: rgb(250,140,46); }
td.TdClassName
{
border-color: #FA8C2E;
}
.TagClassName
{
border-color: #FA8C2E;
}
</style>