Shades of Red Orange #FA4921
Tints of Red Orange #FA4921
RGB
CMYK
RGB Variations
Color information
#FA4921 (or 0xFA4921) is known color: Red Orange. HEX triplet: FA, 49 and 21. RGB value is (250,73,33). Sum of RGB (Red+Green+Blue) = 250+73+33=356 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.22% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4921 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4921 is #05B6DE. Grayscale: #797979. Windows color (decimal): -374495 or 2181626. OLE color: 2181626.
HSL color Cylindrical-coordinate representation of color #FA4921: hue angle of 11.06º 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 #FA4921 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 73 | 33 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.02 |
| HSL | 11.06º | 0.96% | 0.55% | - |
| HSV(B) | 11.06º | 0.87% | 0.98% | - |
| XYZ | 42.08 | 25.2 | 4.08 | - |
| YUV | 121.36 | 78.14 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 73 | 33 | 0 | 0.71 | 0.87 | 0.02 | 11.06 | 0.96 | 0.55 |
| Hex | FA | 49 | 21 | 0 | 47 | 57 | 2 | B | 60 | 37 |
| Octal | 372 | 111 | 41 | 0 | 107 | 127 | 2 | 13 | 140 | 67 |
| Binary | 11111010 | 1001001 | 100001 | 0 | 1000111 | 1010111 | 10 | 1011 | 1100000 | 110111 |
Color Harmonies of #FA4921
Complementary color
Monochromatic Colors of #FA4921
Black with #FA4921
Text Example
Text Example
White with #FA4921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4921; }
p { color: rgb(250,73,33); }
H1.HeaderClassName
{
color: #FA4921;
}
.AnyTagClassName
{
color: #FA4921;
}
</style>
background-color css
<style>
a { background-color: #FA4921; }
a { background-color: rgb(250,73,33); }
div.DivClassName
{
background-color: #FA4921;
}
.BgClassName
{
background-color: #FA4921;
}
</style>
border-color css
<style>
span { border-color: #FA4921; }
span { border-color: rgb(250,73,33); }
td.TdClassName
{
border-color: #FA4921;
}
.TagClassName
{
border-color: #FA4921;
}
</style>