Shades of Sun #FA8E40
Tints of Sun #FA8E40
RGB
CMYK
RGB Variations
Color information
#FA8E40 (or 0xFA8E40) is known color: Sun. HEX triplet: FA, 8E and 40. RGB value is (250,142,64). Sum of RGB (Red+Green+Blue) = 250+142+64=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8E40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8E40 is #0571BF. Grayscale: #A5A5A5. Windows color (decimal): -356800 or 4230906. OLE color: 4230906.
HSL color Cylindrical-coordinate representation of color #FA8E40: hue angle of 25.16º 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 #FA8E40 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 142 | 64 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.02 |
| HSL | 25.16º | 0.95% | 0.62% | - |
| HSV(B) | 25.16º | 0.74% | 0.98% | - |
| XYZ | 50.02 | 40.04 | 9.94 | - |
| YUV | 165.4 | 70.78 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 142 | 64 | 0 | 0.43 | 0.74 | 0.02 | 25.16 | 0.95 | 0.62 |
| Hex | FA | 8E | 40 | 0 | 2B | 4A | 2 | 19 | 5F | 3E |
| Octal | 372 | 216 | 100 | 0 | 53 | 112 | 2 | 31 | 137 | 76 |
| Binary | 11111010 | 10001110 | 1000000 | 0 | 101011 | 1001010 | 10 | 11001 | 1011111 | 111110 |
Color Harmonies of #FA8E40
Complementary color
Monochromatic Colors of #FA8E40
Black with #FA8E40
Text Example
Text Example
White with #FA8E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8E40; }
p { color: rgb(250,142,64); }
H1.HeaderClassName
{
color: #FA8E40;
}
.AnyTagClassName
{
color: #FA8E40;
}
</style>
background-color css
<style>
a { background-color: #FA8E40; }
a { background-color: rgb(250,142,64); }
div.DivClassName
{
background-color: #FA8E40;
}
.BgClassName
{
background-color: #FA8E40;
}
</style>
border-color css
<style>
span { border-color: #FA8E40; }
span { border-color: rgb(250,142,64); }
td.TdClassName
{
border-color: #FA8E40;
}
.TagClassName
{
border-color: #FA8E40;
}
</style>