Shades of Sun #FA8632
Tints of Sun #FA8632
RGB
CMYK
RGB Variations
Color information
#FA8632 (or 0xFA8632) is known color: Sun. HEX triplet: FA, 86 and 32. RGB value is (250,134,50). Sum of RGB (Red+Green+Blue) = 250+134+50=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 50 (19.92% from 255 or 11.52% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8632 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8632 is #0579CD. Grayscale: #9F9F9F. Windows color (decimal): -358862 or 3311354. OLE color: 3311354.
HSL color Cylindrical-coordinate representation of color #FA8632: hue angle of 25.2º 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 #FA8632 is Cyan = 0, Magento = 0.46, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 134 | 50 | - |
| CMYK | 0 | 0.46 | 0.8 | 0.02 |
| HSL | 25.2º | 0.95% | 0.59% | - |
| HSV(B) | 25.2º | 0.8% | 0.98% | - |
| XYZ | 48.53 | 37.6 | 7.72 | - |
| YUV | 159.11 | 66.43 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 134 | 50 | 0 | 0.46 | 0.8 | 0.02 | 25.2 | 0.95 | 0.59 |
| Hex | FA | 86 | 32 | 0 | 2E | 50 | 2 | 19 | 5F | 3B |
| Octal | 372 | 206 | 62 | 0 | 56 | 120 | 2 | 31 | 137 | 73 |
| Binary | 11111010 | 10000110 | 110010 | 0 | 101110 | 1010000 | 10 | 11001 | 1011111 | 111011 |
Color Harmonies of #FA8632
Complementary color
Monochromatic Colors of #FA8632
Black with #FA8632
Text Example
Text Example
White with #FA8632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8632; }
p { color: rgb(250,134,50); }
H1.HeaderClassName
{
color: #FA8632;
}
.AnyTagClassName
{
color: #FA8632;
}
</style>
background-color css
<style>
a { background-color: #FA8632; }
a { background-color: rgb(250,134,50); }
div.DivClassName
{
background-color: #FA8632;
}
.BgClassName
{
background-color: #FA8632;
}
</style>
border-color css
<style>
span { border-color: #FA8632; }
span { border-color: rgb(250,134,50); }
td.TdClassName
{
border-color: #FA8632;
}
.TagClassName
{
border-color: #FA8632;
}
</style>