Shades of Orange Red #FA3A08
Tints of Orange Red #FA3A08
RGB
CMYK
RGB Variations
Color information
#FA3A08 (or 0xFA3A08) is known color: Orange Red. HEX triplet: FA, 3A and 08. RGB value is (250,58,8). Sum of RGB (Red+Green+Blue) = 250+58+8=316 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.11% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3A08 is #05C5F7. Grayscale: #6E6E6E. Windows color (decimal): -378360 or 539386. OLE color: 539386.
HSL color Cylindrical-coordinate representation of color #FA3A08: hue angle of 12.4º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA3A08 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 58 | 8 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.02 |
| HSL | 12.4º | 0.96% | 0.51% | - |
| HSV(B) | 12.4º | 0.97% | 0.98% | - |
| XYZ | 40.98 | 23.37 | 2.58 | - |
| YUV | 109.71 | 70.61 | 228.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 58 | 8 | 0 | 0.77 | 0.97 | 0.02 | 12.4 | 0.96 | 0.51 |
| Hex | FA | 3A | 8 | 0 | 4D | 61 | 2 | C | 60 | 33 |
| Octal | 372 | 72 | 10 | 0 | 115 | 141 | 2 | 14 | 140 | 63 |
| Binary | 11111010 | 111010 | 1000 | 0 | 1001101 | 1100001 | 10 | 1100 | 1100000 | 110011 |
Color Harmonies of #FA3A08
Complementary color
Monochromatic Colors of #FA3A08
Black with #FA3A08
Text Example
Text Example
White with #FA3A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3A08; }
p { color: rgb(250,58,8); }
H1.HeaderClassName
{
color: #FA3A08;
}
.AnyTagClassName
{
color: #FA3A08;
}
</style>
background-color css
<style>
a { background-color: #FA3A08; }
a { background-color: rgb(250,58,8); }
div.DivClassName
{
background-color: #FA3A08;
}
.BgClassName
{
background-color: #FA3A08;
}
</style>
border-color css
<style>
span { border-color: #FA3A08; }
span { border-color: rgb(250,58,8); }
td.TdClassName
{
border-color: #FA3A08;
}
.TagClassName
{
border-color: #FA3A08;
}
</style>