Shades of Red Orange #FA4A20
Tints of Red Orange #FA4A20
RGB
CMYK
RGB Variations
Color information
#FA4A20 (or 0xFA4A20) is known color: Red Orange. HEX triplet: FA, 4A and 20. RGB value is (250,74,32). Sum of RGB (Red+Green+Blue) = 250+74+32=356 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.22% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4A20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4A20 is #05B5DF. Grayscale: #7A7A7A. Windows color (decimal): -374240 or 2116346. OLE color: 2116346.
HSL color Cylindrical-coordinate representation of color #FA4A20: hue angle of 11.56º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA4A20 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 74 | 32 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.02 |
| HSL | 11.56º | 0.96% | 0.55% | - |
| HSV(B) | 11.56º | 0.87% | 0.98% | - |
| XYZ | 42.13 | 25.33 | 4.03 | - |
| YUV | 121.84 | 77.31 | 219.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 74 | 32 | 0 | 0.70 | 0.87 | 0.02 | 11.56 | 0.96 | 0.55 |
| Hex | FA | 4A | 20 | 0 | 46 | 57 | 2 | C | 60 | 37 |
| Octal | 372 | 112 | 40 | 0 | 106 | 127 | 2 | 14 | 140 | 67 |
| Binary | 11111010 | 1001010 | 100000 | 0 | 1000110 | 1010111 | 10 | 1100 | 1100000 | 110111 |
Color Harmonies of #FA4A20
Complementary color
Monochromatic Colors of #FA4A20
Black with #FA4A20
Text Example
Text Example
White with #FA4A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4A20; }
p { color: rgb(250,74,32); }
H1.HeaderClassName
{
color: #FA4A20;
}
.AnyTagClassName
{
color: #FA4A20;
}
</style>
background-color css
<style>
a { background-color: #FA4A20; }
a { background-color: rgb(250,74,32); }
div.DivClassName
{
background-color: #FA4A20;
}
.BgClassName
{
background-color: #FA4A20;
}
</style>
border-color css
<style>
span { border-color: #FA4A20; }
span { border-color: rgb(250,74,32); }
td.TdClassName
{
border-color: #FA4A20;
}
.TagClassName
{
border-color: #FA4A20;
}
</style>