Shades of Sun #FA8629
Tints of Sun #FA8629
RGB
CMYK
RGB Variations
Color information
#FA8629 (or 0xFA8629) is known color: Sun. HEX triplet: FA, 86 and 29. RGB value is (250,134,41). Sum of RGB (Red+Green+Blue) = 250+134+41=425 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.82% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 41 (16.41% from 255 or 9.65% from 425); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8629 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8629 is #0579D6. Grayscale: #9E9E9E. Windows color (decimal): -358871 or 2721530. OLE color: 2721530.
HSL color Cylindrical-coordinate representation of color #FA8629: hue angle of 26.7º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA8629 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 134 | 41 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.02 |
| HSL | 26.7º | 0.95% | 0.57% | - |
| HSV(B) | 26.7º | 0.84% | 0.98% | - |
| XYZ | 48.35 | 37.53 | 6.79 | - |
| YUV | 158.08 | 61.93 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 134 | 41 | 0 | 0.46 | 0.84 | 0.02 | 26.7 | 0.95 | 0.57 |
| Hex | FA | 86 | 29 | 0 | 2E | 54 | 2 | 1B | 5F | 39 |
| Octal | 372 | 206 | 51 | 0 | 56 | 124 | 2 | 33 | 137 | 71 |
| Binary | 11111010 | 10000110 | 101001 | 0 | 101110 | 1010100 | 10 | 11011 | 1011111 | 111001 |
Color Harmonies of #FA8629
Complementary color
Monochromatic Colors of #FA8629
Black with #FA8629
Text Example
Text Example
White with #FA8629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8629; }
p { color: rgb(250,134,41); }
H1.HeaderClassName
{
color: #FA8629;
}
.AnyTagClassName
{
color: #FA8629;
}
</style>
background-color css
<style>
a { background-color: #FA8629; }
a { background-color: rgb(250,134,41); }
div.DivClassName
{
background-color: #FA8629;
}
.BgClassName
{
background-color: #FA8629;
}
</style>
border-color css
<style>
span { border-color: #FA8629; }
span { border-color: rgb(250,134,41); }
td.TdClassName
{
border-color: #FA8629;
}
.TagClassName
{
border-color: #FA8629;
}
</style>