Shades of Sun #FA8F3C
Tints of Sun #FA8F3C
RGB
CMYK
RGB Variations
Color information
#FA8F3C (or 0xFA8F3C) is known color: Sun. HEX triplet: FA, 8F and 3C. RGB value is (250,143,60). Sum of RGB (Red+Green+Blue) = 250+143+60=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 60 (23.83% from 255 or 13.25% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8F3C is #0570C3. Grayscale: #A5A5A5. Windows color (decimal): -356548 or 3969018. OLE color: 3969018.
HSL color Cylindrical-coordinate representation of color #FA8F3C: hue angle of 26.21º 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 #FA8F3C is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 60 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.02 |
| HSL | 26.21º | 0.95% | 0.61% | - |
| HSV(B) | 26.21º | 0.76% | 0.98% | - |
| XYZ | 50.06 | 40.3 | 9.41 | - |
| YUV | 165.53 | 68.45 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 60 | 0 | 0.43 | 0.76 | 0.02 | 26.21 | 0.95 | 0.61 |
| Hex | FA | 8F | 3C | 0 | 2B | 4C | 2 | 1A | 5F | 3D |
| Octal | 372 | 217 | 74 | 0 | 53 | 114 | 2 | 32 | 137 | 75 |
| Binary | 11111010 | 10001111 | 111100 | 0 | 101011 | 1001100 | 10 | 11010 | 1011111 | 111101 |
Color Harmonies of #FA8F3C
Complementary color
Monochromatic Colors of #FA8F3C
Black with #FA8F3C
Text Example
Text Example
White with #FA8F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8F3C; }
p { color: rgb(250,143,60); }
H1.HeaderClassName
{
color: #FA8F3C;
}
.AnyTagClassName
{
color: #FA8F3C;
}
</style>
background-color css
<style>
a { background-color: #FA8F3C; }
a { background-color: rgb(250,143,60); }
div.DivClassName
{
background-color: #FA8F3C;
}
.BgClassName
{
background-color: #FA8F3C;
}
</style>
border-color css
<style>
span { border-color: #FA8F3C; }
span { border-color: rgb(250,143,60); }
td.TdClassName
{
border-color: #FA8F3C;
}
.TagClassName
{
border-color: #FA8F3C;
}
</style>