Shades of Red Orange #FA4020
Tints of Red Orange #FA4020
RGB
CMYK
RGB Variations
Color information
#FA4020 (or 0xFA4020) is known color: Red Orange. HEX triplet: FA, 40 and 20. RGB value is (250,64,32). Sum of RGB (Red+Green+Blue) = 250+64+32=346 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.25% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4020 is #05BFDF. Grayscale: #747474. Windows color (decimal): -376800 or 2113786. OLE color: 2113786.
HSL color Cylindrical-coordinate representation of color #FA4020: hue angle of 8.81º 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 #FA4020 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 32 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.02 |
| HSL | 8.81º | 0.96% | 0.55% | - |
| HSV(B) | 8.81º | 0.87% | 0.98% | - |
| XYZ | 41.52 | 24.1 | 3.83 | - |
| YUV | 115.97 | 80.62 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 32 | 0 | 0.74 | 0.87 | 0.02 | 8.81 | 0.96 | 0.55 |
| Hex | FA | 40 | 20 | 0 | 4A | 57 | 2 | 9 | 60 | 37 |
| Octal | 372 | 100 | 40 | 0 | 112 | 127 | 2 | 11 | 140 | 67 |
| Binary | 11111010 | 1000000 | 100000 | 0 | 1001010 | 1010111 | 10 | 1001 | 1100000 | 110111 |
Color Harmonies of #FA4020
Complementary color
Monochromatic Colors of #FA4020
Black with #FA4020
Text Example
Text Example
White with #FA4020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4020; }
p { color: rgb(250,64,32); }
H1.HeaderClassName
{
color: #FA4020;
}
.AnyTagClassName
{
color: #FA4020;
}
</style>
background-color css
<style>
a { background-color: #FA4020; }
a { background-color: rgb(250,64,32); }
div.DivClassName
{
background-color: #FA4020;
}
.BgClassName
{
background-color: #FA4020;
}
</style>
border-color css
<style>
span { border-color: #FA4020; }
span { border-color: rgb(250,64,32); }
td.TdClassName
{
border-color: #FA4020;
}
.TagClassName
{
border-color: #FA4020;
}
</style>