Shades of Red Orange #FA4928
Tints of Red Orange #FA4928
RGB
CMYK
RGB Variations
Color information
#FA4928 (or 0xFA4928) is known color: Red Orange. HEX triplet: FA, 49 and 28. RGB value is (250,73,40). Sum of RGB (Red+Green+Blue) = 250+73+40=363 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.87% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4928 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4928 is #05B6D7. Grayscale: #7A7A7A. Windows color (decimal): -374488 or 2640378. OLE color: 2640378.
HSL color Cylindrical-coordinate representation of color #FA4928: hue angle of 9.43º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA4928 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 73 | 40 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.02 |
| HSL | 9.43º | 0.95% | 0.57% | - |
| HSV(B) | 9.43º | 0.84% | 0.98% | - |
| XYZ | 42.19 | 25.24 | 4.66 | - |
| YUV | 122.16 | 81.64 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 73 | 40 | 0 | 0.71 | 0.84 | 0.02 | 9.43 | 0.95 | 0.57 |
| Hex | FA | 49 | 28 | 0 | 47 | 54 | 2 | 9 | 5F | 39 |
| Octal | 372 | 111 | 50 | 0 | 107 | 124 | 2 | 11 | 137 | 71 |
| Binary | 11111010 | 1001001 | 101000 | 0 | 1000111 | 1010100 | 10 | 1001 | 1011111 | 111001 |
Color Harmonies of #FA4928
Complementary color
Monochromatic Colors of #FA4928
Black with #FA4928
Text Example
Text Example
White with #FA4928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4928; }
p { color: rgb(250,73,40); }
H1.HeaderClassName
{
color: #FA4928;
}
.AnyTagClassName
{
color: #FA4928;
}
</style>
background-color css
<style>
a { background-color: #FA4928; }
a { background-color: rgb(250,73,40); }
div.DivClassName
{
background-color: #FA4928;
}
.BgClassName
{
background-color: #FA4928;
}
</style>
border-color css
<style>
span { border-color: #FA4928; }
span { border-color: rgb(250,73,40); }
td.TdClassName
{
border-color: #FA4928;
}
.TagClassName
{
border-color: #FA4928;
}
</style>