Shades of Orange Red #FA3F11
Tints of Orange Red #FA3F11
RGB
CMYK
RGB Variations
Color information
#FA3F11 (or 0xFA3F11) is known color: Orange Red. HEX triplet: FA, 3F and 11. RGB value is (250,63,17). Sum of RGB (Red+Green+Blue) = 250+63+17=330 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.76% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3F11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3F11 is #05C0EE. Grayscale: #727272. Windows color (decimal): -377071 or 1130490. OLE color: 1130490.
HSL color Cylindrical-coordinate representation of color #FA3F11: hue angle of 11.85º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA3F11 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 63 | 17 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.02 |
| HSL | 11.85º | 0.96% | 0.52% | - |
| HSV(B) | 11.85º | 0.93% | 0.98% | - |
| XYZ | 41.3 | 23.92 | 2.97 | - |
| YUV | 113.67 | 73.45 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 63 | 17 | 0 | 0.75 | 0.93 | 0.02 | 11.85 | 0.96 | 0.52 |
| Hex | FA | 3F | 11 | 0 | 4B | 5D | 2 | C | 60 | 34 |
| Octal | 372 | 77 | 21 | 0 | 113 | 135 | 2 | 14 | 140 | 64 |
| Binary | 11111010 | 111111 | 10001 | 0 | 1001011 | 1011101 | 10 | 1100 | 1100000 | 110100 |
Color Harmonies of #FA3F11
Complementary color
Monochromatic Colors of #FA3F11
Black with #FA3F11
Text Example
Text Example
White with #FA3F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3F11; }
p { color: rgb(250,63,17); }
H1.HeaderClassName
{
color: #FA3F11;
}
.AnyTagClassName
{
color: #FA3F11;
}
</style>
background-color css
<style>
a { background-color: #FA3F11; }
a { background-color: rgb(250,63,17); }
div.DivClassName
{
background-color: #FA3F11;
}
.BgClassName
{
background-color: #FA3F11;
}
</style>
border-color css
<style>
span { border-color: #FA3F11; }
span { border-color: rgb(250,63,17); }
td.TdClassName
{
border-color: #FA3F11;
}
.TagClassName
{
border-color: #FA3F11;
}
</style>