Shades of Sun #FA8930
Tints of Sun #FA8930
RGB
CMYK
RGB Variations
Color information
#FA8930 (or 0xFA8930) is known color: Sun. HEX triplet: FA, 89 and 30. RGB value is (250,137,48). Sum of RGB (Red+Green+Blue) = 250+137+48=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 48 (19.14% from 255 or 11.03% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8930 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8930 is #0576CF. Grayscale: #A1A1A1. Windows color (decimal): -358096 or 3181050. OLE color: 3181050.
HSL color Cylindrical-coordinate representation of color #FA8930: hue angle of 26.44º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA8930 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 137 | 48 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.02 |
| HSL | 26.44º | 0.95% | 0.58% | - |
| HSV(B) | 26.44º | 0.81% | 0.98% | - |
| XYZ | 48.9 | 38.43 | 7.64 | - |
| YUV | 160.64 | 64.44 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 137 | 48 | 0 | 0.45 | 0.81 | 0.02 | 26.44 | 0.95 | 0.58 |
| Hex | FA | 89 | 30 | 0 | 2D | 51 | 2 | 1A | 5F | 3A |
| Octal | 372 | 211 | 60 | 0 | 55 | 121 | 2 | 32 | 137 | 72 |
| Binary | 11111010 | 10001001 | 110000 | 0 | 101101 | 1010001 | 10 | 11010 | 1011111 | 111010 |
Color Harmonies of #FA8930
Complementary color
Monochromatic Colors of #FA8930
Black with #FA8930
Text Example
Text Example
White with #FA8930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8930; }
p { color: rgb(250,137,48); }
H1.HeaderClassName
{
color: #FA8930;
}
.AnyTagClassName
{
color: #FA8930;
}
</style>
background-color css
<style>
a { background-color: #FA8930; }
a { background-color: rgb(250,137,48); }
div.DivClassName
{
background-color: #FA8930;
}
.BgClassName
{
background-color: #FA8930;
}
</style>
border-color css
<style>
span { border-color: #FA8930; }
span { border-color: rgb(250,137,48); }
td.TdClassName
{
border-color: #FA8930;
}
.TagClassName
{
border-color: #FA8930;
}
</style>