Shades of Orange Red #FA4015
Tints of Orange Red #FA4015
RGB
CMYK
RGB Variations
Color information
#FA4015 (or 0xFA4015) is known color: Orange Red. HEX triplet: FA, 40 and 15. RGB value is (250,64,21). Sum of RGB (Red+Green+Blue) = 250+64+21=335 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.63% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4015 is #05BFEA. Grayscale: #737373. Windows color (decimal): -376811 or 1392890. OLE color: 1392890.
HSL color Cylindrical-coordinate representation of color #FA4015: hue angle of 11.27º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA4015 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 21 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.02 |
| HSL | 11.27º | 0.96% | 0.53% | - |
| HSV(B) | 11.27º | 0.92% | 0.98% | - |
| XYZ | 41.39 | 24.04 | 3.17 | - |
| YUV | 114.71 | 75.12 | 224.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 21 | 0 | 0.74 | 0.92 | 0.02 | 11.27 | 0.96 | 0.53 |
| Hex | FA | 40 | 15 | 0 | 4A | 5C | 2 | B | 60 | 35 |
| Octal | 372 | 100 | 25 | 0 | 112 | 134 | 2 | 13 | 140 | 65 |
| Binary | 11111010 | 1000000 | 10101 | 0 | 1001010 | 1011100 | 10 | 1011 | 1100000 | 110101 |
Color Harmonies of #FA4015
Complementary color
Monochromatic Colors of #FA4015
Black with #FA4015
Text Example
Text Example
White with #FA4015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4015; }
p { color: rgb(250,64,21); }
H1.HeaderClassName
{
color: #FA4015;
}
.AnyTagClassName
{
color: #FA4015;
}
</style>
background-color css
<style>
a { background-color: #FA4015; }
a { background-color: rgb(250,64,21); }
div.DivClassName
{
background-color: #FA4015;
}
.BgClassName
{
background-color: #FA4015;
}
</style>
border-color css
<style>
span { border-color: #FA4015; }
span { border-color: rgb(250,64,21); }
td.TdClassName
{
border-color: #FA4015;
}
.TagClassName
{
border-color: #FA4015;
}
</style>