Shades of Orange Red #FA4011
Tints of Orange Red #FA4011
RGB
CMYK
RGB Variations
Color information
#FA4011 (or 0xFA4011) is known color: Orange Red. HEX triplet: FA, 40 and 11. RGB value is (250,64,17). Sum of RGB (Red+Green+Blue) = 250+64+17=331 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.53% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4011 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4011 is #05BFEE. Grayscale: #727272. Windows color (decimal): -376815 or 1130746. OLE color: 1130746.
HSL color Cylindrical-coordinate representation of color #FA4011: hue angle of 12.1º 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 #FA4011 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 17 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.02 |
| HSL | 12.1º | 0.96% | 0.52% | - |
| HSV(B) | 12.1º | 0.93% | 0.98% | - |
| XYZ | 41.36 | 24.03 | 2.99 | - |
| YUV | 114.26 | 73.12 | 224.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 17 | 0 | 0.74 | 0.93 | 0.02 | 12.1 | 0.96 | 0.52 |
| Hex | FA | 40 | 11 | 0 | 4A | 5D | 2 | C | 60 | 34 |
| Octal | 372 | 100 | 21 | 0 | 112 | 135 | 2 | 14 | 140 | 64 |
| Binary | 11111010 | 1000000 | 10001 | 0 | 1001010 | 1011101 | 10 | 1100 | 1100000 | 110100 |
Color Harmonies of #FA4011
Complementary color
Monochromatic Colors of #FA4011
Black with #FA4011
Text Example
Text Example
White with #FA4011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4011; }
p { color: rgb(250,64,17); }
H1.HeaderClassName
{
color: #FA4011;
}
.AnyTagClassName
{
color: #FA4011;
}
</style>
background-color css
<style>
a { background-color: #FA4011; }
a { background-color: rgb(250,64,17); }
div.DivClassName
{
background-color: #FA4011;
}
.BgClassName
{
background-color: #FA4011;
}
</style>
border-color css
<style>
span { border-color: #FA4011; }
span { border-color: rgb(250,64,17); }
td.TdClassName
{
border-color: #FA4011;
}
.TagClassName
{
border-color: #FA4011;
}
</style>