Shades of Sun #FA8D31
Tints of Sun #FA8D31
RGB
CMYK
RGB Variations
Color information
#FA8D31 (or 0xFA8D31) is known color: Sun. HEX triplet: FA, 8D and 31. RGB value is (250,141,49). Sum of RGB (Red+Green+Blue) = 250+141+49=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 49 (19.53% from 255 or 11.14% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8D31 is #0572CE. Grayscale: #A3A3A3. Windows color (decimal): -357071 or 3247610. OLE color: 3247610.
HSL color Cylindrical-coordinate representation of color #FA8D31: hue angle of 27.46º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA8D31 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 49 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.02 |
| HSL | 27.46º | 0.95% | 0.59% | - |
| HSV(B) | 27.46º | 0.8% | 0.98% | - |
| XYZ | 49.5 | 39.6 | 7.94 | - |
| YUV | 163.1 | 63.61 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 49 | 0 | 0.44 | 0.80 | 0.02 | 27.46 | 0.95 | 0.59 |
| Hex | FA | 8D | 31 | 0 | 2C | 50 | 2 | 1B | 5F | 3B |
| Octal | 372 | 215 | 61 | 0 | 54 | 120 | 2 | 33 | 137 | 73 |
| Binary | 11111010 | 10001101 | 110001 | 0 | 101100 | 1010000 | 10 | 11011 | 1011111 | 111011 |
Color Harmonies of #FA8D31
Complementary color
Monochromatic Colors of #FA8D31
Black with #FA8D31
Text Example
Text Example
White with #FA8D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8D31; }
p { color: rgb(250,141,49); }
H1.HeaderClassName
{
color: #FA8D31;
}
.AnyTagClassName
{
color: #FA8D31;
}
</style>
background-color css
<style>
a { background-color: #FA8D31; }
a { background-color: rgb(250,141,49); }
div.DivClassName
{
background-color: #FA8D31;
}
.BgClassName
{
background-color: #FA8D31;
}
</style>
border-color css
<style>
span { border-color: #FA8D31; }
span { border-color: rgb(250,141,49); }
td.TdClassName
{
border-color: #FA8D31;
}
.TagClassName
{
border-color: #FA8D31;
}
</style>