Shades of Sun #FA8F38
Tints of Sun #FA8F38
RGB
CMYK
RGB Variations
Color information
#FA8F38 (or 0xFA8F38) is known color: Sun. HEX triplet: FA, 8F and 38. RGB value is (250,143,56). Sum of RGB (Red+Green+Blue) = 250+143+56=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 56 (22.27% from 255 or 12.47% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8F38 is #0570C7. Grayscale: #A5A5A5. Windows color (decimal): -356552 or 3706874. OLE color: 3706874.
HSL color Cylindrical-coordinate representation of color #FA8F38: hue angle of 26.91º 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 #FA8F38 is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 56 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.02 |
| HSL | 26.91º | 0.95% | 0.6% | - |
| HSV(B) | 26.91º | 0.78% | 0.98% | - |
| XYZ | 49.96 | 40.25 | 8.88 | - |
| YUV | 165.08 | 66.45 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 56 | 0 | 0.43 | 0.78 | 0.02 | 26.91 | 0.95 | 0.6 |
| Hex | FA | 8F | 38 | 0 | 2B | 4E | 2 | 1B | 5F | 3C |
| Octal | 372 | 217 | 70 | 0 | 53 | 116 | 2 | 33 | 137 | 74 |
| Binary | 11111010 | 10001111 | 111000 | 0 | 101011 | 1001110 | 10 | 11011 | 1011111 | 111100 |
Color Harmonies of #FA8F38
Complementary color
Monochromatic Colors of #FA8F38
Black with #FA8F38
Text Example
Text Example
White with #FA8F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8F38; }
p { color: rgb(250,143,56); }
H1.HeaderClassName
{
color: #FA8F38;
}
.AnyTagClassName
{
color: #FA8F38;
}
</style>
background-color css
<style>
a { background-color: #FA8F38; }
a { background-color: rgb(250,143,56); }
div.DivClassName
{
background-color: #FA8F38;
}
.BgClassName
{
background-color: #FA8F38;
}
</style>
border-color css
<style>
span { border-color: #FA8F38; }
span { border-color: rgb(250,143,56); }
td.TdClassName
{
border-color: #FA8F38;
}
.TagClassName
{
border-color: #FA8F38;
}
</style>