Shades of Orange Red #FA4413
Tints of Orange Red #FA4413
RGB
CMYK
RGB Variations
Color information
#FA4413 (or 0xFA4413) is known color: Orange Red. HEX triplet: FA, 44 and 13. RGB value is (250,68,19). Sum of RGB (Red+Green+Blue) = 250+68+19=337 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.18% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4413 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4413 is #05BBEC. Grayscale: #757575. Windows color (decimal): -375789 or 1262842. OLE color: 1262842.
HSL color Cylindrical-coordinate representation of color #FA4413: hue angle of 12.73º 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 #FA4413 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 68 | 19 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.02 |
| HSL | 12.73º | 0.96% | 0.53% | - |
| HSV(B) | 12.73º | 0.92% | 0.98% | - |
| XYZ | 41.61 | 24.51 | 3.15 | - |
| YUV | 116.83 | 72.8 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 68 | 19 | 0 | 0.73 | 0.92 | 0.02 | 12.73 | 0.96 | 0.53 |
| Hex | FA | 44 | 13 | 0 | 49 | 5C | 2 | D | 60 | 35 |
| Octal | 372 | 104 | 23 | 0 | 111 | 134 | 2 | 15 | 140 | 65 |
| Binary | 11111010 | 1000100 | 10011 | 0 | 1001001 | 1011100 | 10 | 1101 | 1100000 | 110101 |
Color Harmonies of #FA4413
Complementary color
Monochromatic Colors of #FA4413
Black with #FA4413
Text Example
Text Example
White with #FA4413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4413; }
p { color: rgb(250,68,19); }
H1.HeaderClassName
{
color: #FA4413;
}
.AnyTagClassName
{
color: #FA4413;
}
</style>
background-color css
<style>
a { background-color: #FA4413; }
a { background-color: rgb(250,68,19); }
div.DivClassName
{
background-color: #FA4413;
}
.BgClassName
{
background-color: #FA4413;
}
</style>
border-color css
<style>
span { border-color: #FA4413; }
span { border-color: rgb(250,68,19); }
td.TdClassName
{
border-color: #FA4413;
}
.TagClassName
{
border-color: #FA4413;
}
</style>