Shades of Red Orange #FA4521
Tints of Red Orange #FA4521
RGB
CMYK
RGB Variations
Color information
#FA4521 (or 0xFA4521) is known color: Red Orange. HEX triplet: FA, 45 and 21. RGB value is (250,69,33). Sum of RGB (Red+Green+Blue) = 250+69+33=352 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.02% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4521 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4521 is #05BADE. Grayscale: #777777. Windows color (decimal): -375519 or 2180602. OLE color: 2180602.
HSL color Cylindrical-coordinate representation of color #FA4521: hue angle of 9.95º 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 #FA4521 is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 69 | 33 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.02 |
| HSL | 9.95º | 0.96% | 0.55% | - |
| HSV(B) | 9.95º | 0.87% | 0.98% | - |
| XYZ | 41.83 | 24.69 | 4 | - |
| YUV | 119.02 | 79.47 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 69 | 33 | 0 | 0.72 | 0.87 | 0.02 | 9.95 | 0.96 | 0.55 |
| Hex | FA | 45 | 21 | 0 | 48 | 57 | 2 | A | 60 | 37 |
| Octal | 372 | 105 | 41 | 0 | 110 | 127 | 2 | 12 | 140 | 67 |
| Binary | 11111010 | 1000101 | 100001 | 0 | 1001000 | 1010111 | 10 | 1010 | 1100000 | 110111 |
Color Harmonies of #FA4521
Complementary color
Monochromatic Colors of #FA4521
Black with #FA4521
Text Example
Text Example
White with #FA4521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4521; }
p { color: rgb(250,69,33); }
H1.HeaderClassName
{
color: #FA4521;
}
.AnyTagClassName
{
color: #FA4521;
}
</style>
background-color css
<style>
a { background-color: #FA4521; }
a { background-color: rgb(250,69,33); }
div.DivClassName
{
background-color: #FA4521;
}
.BgClassName
{
background-color: #FA4521;
}
</style>
border-color css
<style>
span { border-color: #FA4521; }
span { border-color: rgb(250,69,33); }
td.TdClassName
{
border-color: #FA4521;
}
.TagClassName
{
border-color: #FA4521;
}
</style>