Shades of Sun #FA8530
Tints of Sun #FA8530
RGB
CMYK
RGB Variations
Color information
#FA8530 (or 0xFA8530) is known color: Sun. HEX triplet: FA, 85 and 30. RGB value is (250,133,48). Sum of RGB (Red+Green+Blue) = 250+133+48=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 48 (19.14% from 255 or 11.14% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8530 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8530 is #057ACF. Grayscale: #9E9E9E. Windows color (decimal): -359120 or 3180026. OLE color: 3180026.
HSL color Cylindrical-coordinate representation of color #FA8530: hue angle of 25.25º 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 #FA8530 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 48 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.02 |
| HSL | 25.25º | 0.95% | 0.58% | - |
| HSV(B) | 25.25º | 0.81% | 0.98% | - |
| XYZ | 48.35 | 37.31 | 7.45 | - |
| YUV | 158.29 | 65.76 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 48 | 0 | 0.47 | 0.81 | 0.02 | 25.25 | 0.95 | 0.58 |
| Hex | FA | 85 | 30 | 0 | 2F | 51 | 2 | 19 | 5F | 3A |
| Octal | 372 | 205 | 60 | 0 | 57 | 121 | 2 | 31 | 137 | 72 |
| Binary | 11111010 | 10000101 | 110000 | 0 | 101111 | 1010001 | 10 | 11001 | 1011111 | 111010 |
Color Harmonies of #FA8530
Complementary color
Monochromatic Colors of #FA8530
Black with #FA8530
Text Example
Text Example
White with #FA8530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8530; }
p { color: rgb(250,133,48); }
H1.HeaderClassName
{
color: #FA8530;
}
.AnyTagClassName
{
color: #FA8530;
}
</style>
background-color css
<style>
a { background-color: #FA8530; }
a { background-color: rgb(250,133,48); }
div.DivClassName
{
background-color: #FA8530;
}
.BgClassName
{
background-color: #FA8530;
}
</style>
border-color css
<style>
span { border-color: #FA8530; }
span { border-color: rgb(250,133,48); }
td.TdClassName
{
border-color: #FA8530;
}
.TagClassName
{
border-color: #FA8530;
}
</style>