Shades of Orange Red #FA4A16
Tints of Orange Red #FA4A16
RGB
CMYK
RGB Variations
Color information
#FA4A16 (or 0xFA4A16) is known color: Orange Red. HEX triplet: FA, 4A and 16. RGB value is (250,74,22). Sum of RGB (Red+Green+Blue) = 250+74+22=346 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.25% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4A16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4A16 is #05B5E9. Grayscale: #797979. Windows color (decimal): -374250 or 1460986. OLE color: 1460986.
HSL color Cylindrical-coordinate representation of color #FA4A16: hue angle of 13.68º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA4A16 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 74 | 22 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.02 |
| HSL | 13.68º | 0.96% | 0.53% | - |
| HSV(B) | 13.68º | 0.91% | 0.98% | - |
| XYZ | 42.02 | 25.28 | 3.42 | - |
| YUV | 120.7 | 72.31 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 74 | 22 | 0 | 0.70 | 0.91 | 0.02 | 13.68 | 0.96 | 0.53 |
| Hex | FA | 4A | 16 | 0 | 46 | 5B | 2 | E | 60 | 35 |
| Octal | 372 | 112 | 26 | 0 | 106 | 133 | 2 | 16 | 140 | 65 |
| Binary | 11111010 | 1001010 | 10110 | 0 | 1000110 | 1011011 | 10 | 1110 | 1100000 | 110101 |
Color Harmonies of #FA4A16
Complementary color
Monochromatic Colors of #FA4A16
Black with #FA4A16
Text Example
Text Example
White with #FA4A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4A16; }
p { color: rgb(250,74,22); }
H1.HeaderClassName
{
color: #FA4A16;
}
.AnyTagClassName
{
color: #FA4A16;
}
</style>
background-color css
<style>
a { background-color: #FA4A16; }
a { background-color: rgb(250,74,22); }
div.DivClassName
{
background-color: #FA4A16;
}
.BgClassName
{
background-color: #FA4A16;
}
</style>
border-color css
<style>
span { border-color: #FA4A16; }
span { border-color: rgb(250,74,22); }
td.TdClassName
{
border-color: #FA4A16;
}
.TagClassName
{
border-color: #FA4A16;
}
</style>