Shades of Sun #FA8A2B
Tints of Sun #FA8A2B
RGB
CMYK
RGB Variations
Color information
#FA8A2B (or 0xFA8A2B) is known color: Sun. HEX triplet: FA, 8A and 2B. RGB value is (250,138,43). Sum of RGB (Red+Green+Blue) = 250+138+43=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 43 (17.19% from 255 or 9.98% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8A2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8A2B is #0575D4. Grayscale: #A1A1A1. Windows color (decimal): -357845 or 2853626. OLE color: 2853626.
HSL color Cylindrical-coordinate representation of color #FA8A2B: hue angle of 27.54º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA8A2B is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 138 | 43 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.02 |
| HSL | 27.54º | 0.95% | 0.57% | - |
| HSV(B) | 27.54º | 0.83% | 0.98% | - |
| XYZ | 48.95 | 38.68 | 7.17 | - |
| YUV | 160.66 | 61.61 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 138 | 43 | 0 | 0.45 | 0.83 | 0.02 | 27.54 | 0.95 | 0.57 |
| Hex | FA | 8A | 2B | 0 | 2D | 53 | 2 | 1C | 5F | 39 |
| Octal | 372 | 212 | 53 | 0 | 55 | 123 | 2 | 34 | 137 | 71 |
| Binary | 11111010 | 10001010 | 101011 | 0 | 101101 | 1010011 | 10 | 11100 | 1011111 | 111001 |
Color Harmonies of #FA8A2B
Complementary color
Monochromatic Colors of #FA8A2B
Black with #FA8A2B
Text Example
Text Example
White with #FA8A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8A2B; }
p { color: rgb(250,138,43); }
H1.HeaderClassName
{
color: #FA8A2B;
}
.AnyTagClassName
{
color: #FA8A2B;
}
</style>
background-color css
<style>
a { background-color: #FA8A2B; }
a { background-color: rgb(250,138,43); }
div.DivClassName
{
background-color: #FA8A2B;
}
.BgClassName
{
background-color: #FA8A2B;
}
</style>
border-color css
<style>
span { border-color: #FA8A2B; }
span { border-color: rgb(250,138,43); }
td.TdClassName
{
border-color: #FA8A2B;
}
.TagClassName
{
border-color: #FA8A2B;
}
</style>