Shades of Sun #FA8238
Tints of Sun #FA8238
RGB
CMYK
RGB Variations
Color information
#FA8238 (or 0xFA8238) is known color: Sun. HEX triplet: FA, 82 and 38. RGB value is (250,130,56). Sum of RGB (Red+Green+Blue) = 250+130+56=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 56 (22.27% from 255 or 12.84% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8238 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8238 is #057DC7. Grayscale: #9D9D9D. Windows color (decimal): -359880 or 3703546. OLE color: 3703546.
HSL color Cylindrical-coordinate representation of color #FA8238: hue angle of 22.89º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA8238 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 130 | 56 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.02 |
| HSL | 22.89º | 0.95% | 0.6% | - |
| HSV(B) | 22.89º | 0.78% | 0.98% | - |
| XYZ | 48.12 | 36.57 | 8.26 | - |
| YUV | 157.44 | 70.76 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 130 | 56 | 0 | 0.48 | 0.78 | 0.02 | 22.89 | 0.95 | 0.6 |
| Hex | FA | 82 | 38 | 0 | 30 | 4E | 2 | 17 | 5F | 3C |
| Octal | 372 | 202 | 70 | 0 | 60 | 116 | 2 | 27 | 137 | 74 |
| Binary | 11111010 | 10000010 | 111000 | 0 | 110000 | 1001110 | 10 | 10111 | 1011111 | 111100 |
Color Harmonies of #FA8238
Complementary color
Monochromatic Colors of #FA8238
Black with #FA8238
Text Example
Text Example
White with #FA8238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8238; }
p { color: rgb(250,130,56); }
H1.HeaderClassName
{
color: #FA8238;
}
.AnyTagClassName
{
color: #FA8238;
}
</style>
background-color css
<style>
a { background-color: #FA8238; }
a { background-color: rgb(250,130,56); }
div.DivClassName
{
background-color: #FA8238;
}
.BgClassName
{
background-color: #FA8238;
}
</style>
border-color css
<style>
span { border-color: #FA8238; }
span { border-color: rgb(250,130,56); }
td.TdClassName
{
border-color: #FA8238;
}
.TagClassName
{
border-color: #FA8238;
}
</style>