Shades of Sun #FA8A2D
Tints of Sun #FA8A2D
RGB
CMYK
RGB Variations
Color information
#FA8A2D (or 0xFA8A2D) is known color: Sun. HEX triplet: FA, 8A and 2D. RGB value is (250,138,45). Sum of RGB (Red+Green+Blue) = 250+138+45=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 45 (17.97% from 255 or 10.39% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8A2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8A2D is #0575D2. Grayscale: #A1A1A1. Windows color (decimal): -357843 or 2984698. OLE color: 2984698.
HSL color Cylindrical-coordinate representation of color #FA8A2D: hue angle of 27.22º 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 #FA8A2D is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 138 | 45 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.02 |
| HSL | 27.22º | 0.95% | 0.58% | - |
| HSV(B) | 27.22º | 0.82% | 0.98% | - |
| XYZ | 48.99 | 38.69 | 7.37 | - |
| YUV | 160.89 | 62.61 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 138 | 45 | 0 | 0.45 | 0.82 | 0.02 | 27.22 | 0.95 | 0.58 |
| Hex | FA | 8A | 2D | 0 | 2D | 52 | 2 | 1B | 5F | 3A |
| Octal | 372 | 212 | 55 | 0 | 55 | 122 | 2 | 33 | 137 | 72 |
| Binary | 11111010 | 10001010 | 101101 | 0 | 101101 | 1010010 | 10 | 11011 | 1011111 | 111010 |
Color Harmonies of #FA8A2D
Complementary color
Monochromatic Colors of #FA8A2D
Black with #FA8A2D
Text Example
Text Example
White with #FA8A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8A2D; }
p { color: rgb(250,138,45); }
H1.HeaderClassName
{
color: #FA8A2D;
}
.AnyTagClassName
{
color: #FA8A2D;
}
</style>
background-color css
<style>
a { background-color: #FA8A2D; }
a { background-color: rgb(250,138,45); }
div.DivClassName
{
background-color: #FA8A2D;
}
.BgClassName
{
background-color: #FA8A2D;
}
</style>
border-color css
<style>
span { border-color: #FA8A2D; }
span { border-color: rgb(250,138,45); }
td.TdClassName
{
border-color: #FA8A2D;
}
.TagClassName
{
border-color: #FA8A2D;
}
</style>