Shades of Sun #FA8C3C
Tints of Sun #FA8C3C
RGB
CMYK
RGB Variations
Color information
#FA8C3C (or 0xFA8C3C) is known color: Sun. HEX triplet: FA, 8C and 3C. RGB value is (250,140,60). Sum of RGB (Red+Green+Blue) = 250+140+60=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 60 (23.83% from 255 or 13.33% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8C3C is #0573C3. Grayscale: #A4A4A4. Windows color (decimal): -357316 or 3968250. OLE color: 3968250.
HSL color Cylindrical-coordinate representation of color #FA8C3C: hue angle of 25.26º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA8C3C is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 140 | 60 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.02 |
| HSL | 25.26º | 0.95% | 0.61% | - |
| HSV(B) | 25.26º | 0.76% | 0.98% | - |
| XYZ | 49.62 | 39.41 | 9.27 | - |
| YUV | 163.77 | 69.44 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 140 | 60 | 0 | 0.44 | 0.76 | 0.02 | 25.26 | 0.95 | 0.61 |
| Hex | FA | 8C | 3C | 0 | 2C | 4C | 2 | 19 | 5F | 3D |
| Octal | 372 | 214 | 74 | 0 | 54 | 114 | 2 | 31 | 137 | 75 |
| Binary | 11111010 | 10001100 | 111100 | 0 | 101100 | 1001100 | 10 | 11001 | 1011111 | 111101 |
Color Harmonies of #FA8C3C
Complementary color
Monochromatic Colors of #FA8C3C
Black with #FA8C3C
Text Example
Text Example
White with #FA8C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8C3C; }
p { color: rgb(250,140,60); }
H1.HeaderClassName
{
color: #FA8C3C;
}
.AnyTagClassName
{
color: #FA8C3C;
}
</style>
background-color css
<style>
a { background-color: #FA8C3C; }
a { background-color: rgb(250,140,60); }
div.DivClassName
{
background-color: #FA8C3C;
}
.BgClassName
{
background-color: #FA8C3C;
}
</style>
border-color css
<style>
span { border-color: #FA8C3C; }
span { border-color: rgb(250,140,60); }
td.TdClassName
{
border-color: #FA8C3C;
}
.TagClassName
{
border-color: #FA8C3C;
}
</style>