Shades of Sun #FA8429
Tints of Sun #FA8429
RGB
CMYK
RGB Variations
Color information
#FA8429 (or 0xFA8429) is known color: Sun. HEX triplet: FA, 84 and 29. RGB value is (250,132,41). Sum of RGB (Red+Green+Blue) = 250+132+41=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 41 (16.41% from 255 or 9.69% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8429 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8429 is #057BD6. Grayscale: #9D9D9D. Windows color (decimal): -359383 or 2721018. OLE color: 2721018.
HSL color Cylindrical-coordinate representation of color #FA8429: hue angle of 26.12º 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 #FA8429 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 41 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.02 |
| HSL | 26.12º | 0.95% | 0.57% | - |
| HSV(B) | 26.12º | 0.84% | 0.98% | - |
| XYZ | 48.08 | 36.99 | 6.7 | - |
| YUV | 156.91 | 62.59 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 41 | 0 | 0.47 | 0.84 | 0.02 | 26.12 | 0.95 | 0.57 |
| Hex | FA | 84 | 29 | 0 | 2F | 54 | 2 | 1A | 5F | 39 |
| Octal | 372 | 204 | 51 | 0 | 57 | 124 | 2 | 32 | 137 | 71 |
| Binary | 11111010 | 10000100 | 101001 | 0 | 101111 | 1010100 | 10 | 11010 | 1011111 | 111001 |
Color Harmonies of #FA8429
Complementary color
Monochromatic Colors of #FA8429
Black with #FA8429
Text Example
Text Example
White with #FA8429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8429; }
p { color: rgb(250,132,41); }
H1.HeaderClassName
{
color: #FA8429;
}
.AnyTagClassName
{
color: #FA8429;
}
</style>
background-color css
<style>
a { background-color: #FA8429; }
a { background-color: rgb(250,132,41); }
div.DivClassName
{
background-color: #FA8429;
}
.BgClassName
{
background-color: #FA8429;
}
</style>
border-color css
<style>
span { border-color: #FA8429; }
span { border-color: rgb(250,132,41); }
td.TdClassName
{
border-color: #FA8429;
}
.TagClassName
{
border-color: #FA8429;
}
</style>