Shades of Sun #FA8A40
Tints of Sun #FA8A40
RGB
CMYK
RGB Variations
Color information
#FA8A40 (or 0xFA8A40) is known color: Sun. HEX triplet: FA, 8A and 40. RGB value is (250,138,64). Sum of RGB (Red+Green+Blue) = 250+138+64=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 64 (25.39% from 255 or 14.16% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8A40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8A40 is #0575BF. Grayscale: #A3A3A3. Windows color (decimal): -357824 or 4229882. OLE color: 4229882.
HSL color Cylindrical-coordinate representation of color #FA8A40: hue angle of 23.87º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA8A40 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 138 | 64 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.02 |
| HSL | 23.87º | 0.95% | 0.62% | - |
| HSV(B) | 23.87º | 0.74% | 0.98% | - |
| XYZ | 49.44 | 38.87 | 9.75 | - |
| YUV | 163.05 | 72.11 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 138 | 64 | 0 | 0.45 | 0.74 | 0.02 | 23.87 | 0.95 | 0.62 |
| Hex | FA | 8A | 40 | 0 | 2D | 4A | 2 | 18 | 5F | 3E |
| Octal | 372 | 212 | 100 | 0 | 55 | 112 | 2 | 30 | 137 | 76 |
| Binary | 11111010 | 10001010 | 1000000 | 0 | 101101 | 1001010 | 10 | 11000 | 1011111 | 111110 |
Color Harmonies of #FA8A40
Complementary color
Monochromatic Colors of #FA8A40
Black with #FA8A40
Text Example
Text Example
White with #FA8A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8A40; }
p { color: rgb(250,138,64); }
H1.HeaderClassName
{
color: #FA8A40;
}
.AnyTagClassName
{
color: #FA8A40;
}
</style>
background-color css
<style>
a { background-color: #FA8A40; }
a { background-color: rgb(250,138,64); }
div.DivClassName
{
background-color: #FA8A40;
}
.BgClassName
{
background-color: #FA8A40;
}
</style>
border-color css
<style>
span { border-color: #FA8A40; }
span { border-color: rgb(250,138,64); }
td.TdClassName
{
border-color: #FA8A40;
}
.TagClassName
{
border-color: #FA8A40;
}
</style>