Shades of Sun #FA8535
Tints of Sun #FA8535
RGB
CMYK
RGB Variations
Color information
#FA8535 (or 0xFA8535) is known color: Sun. HEX triplet: FA, 85 and 35. RGB value is (250,133,53). Sum of RGB (Red+Green+Blue) = 250+133+53=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 53 (21.09% from 255 or 12.16% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8535 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8535 is #057ACA. Grayscale: #9F9F9F. Windows color (decimal): -359115 or 3507706. OLE color: 3507706.
HSL color Cylindrical-coordinate representation of color #FA8535: hue angle of 24.37º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FA8535 is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 53 | - |
| CMYK | 0 | 0.47 | 0.79 | 0.02 |
| HSL | 24.37º | 0.95% | 0.59% | - |
| HSV(B) | 24.37º | 0.79% | 0.98% | - |
| XYZ | 48.45 | 37.36 | 8.02 | - |
| YUV | 158.86 | 68.26 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 53 | 0 | 0.47 | 0.79 | 0.02 | 24.37 | 0.95 | 0.59 |
| Hex | FA | 85 | 35 | 0 | 2F | 4F | 2 | 18 | 5F | 3B |
| Octal | 372 | 205 | 65 | 0 | 57 | 117 | 2 | 30 | 137 | 73 |
| Binary | 11111010 | 10000101 | 110101 | 0 | 101111 | 1001111 | 10 | 11000 | 1011111 | 111011 |
Color Harmonies of #FA8535
Complementary color
Monochromatic Colors of #FA8535
Black with #FA8535
Text Example
Text Example
White with #FA8535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8535; }
p { color: rgb(250,133,53); }
H1.HeaderClassName
{
color: #FA8535;
}
.AnyTagClassName
{
color: #FA8535;
}
</style>
background-color css
<style>
a { background-color: #FA8535; }
a { background-color: rgb(250,133,53); }
div.DivClassName
{
background-color: #FA8535;
}
.BgClassName
{
background-color: #FA8535;
}
</style>
border-color css
<style>
span { border-color: #FA8535; }
span { border-color: rgb(250,133,53); }
td.TdClassName
{
border-color: #FA8535;
}
.TagClassName
{
border-color: #FA8535;
}
</style>