Shades of Red Orange #FA2928
Tints of Red Orange #FA2928
RGB
CMYK
RGB Variations
Color information
#FA2928 (or 0xFA2928) is known color: Red Orange. HEX triplet: FA, 29 and 28. RGB value is (250,41,40). Sum of RGB (Red+Green+Blue) = 250+41+40=331 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.53% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2928 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2928 is #05D6D7. Grayscale: #676767. Windows color (decimal): -382680 or 2632186. OLE color: 2632186.
HSL color Cylindrical-coordinate representation of color #FA2928: hue angle of 0.29º 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 #FA2928 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 41 | 40 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.02 |
| HSL | 0.29º | 0.95% | 0.57% | - |
| HSV(B) | 0.29º | 0.84% | 0.98% | - |
| XYZ | 40.6 | 22.06 | 4.13 | - |
| YUV | 103.38 | 92.24 | 232.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 40 | 0 | 0.84 | 0.84 | 0.02 | 0.29 | 0.95 | 0.57 |
| Hex | FA | 29 | 28 | 0 | 54 | 54 | 2 | 0 | 5F | 39 |
| Octal | 372 | 51 | 50 | 0 | 124 | 124 | 2 | 0 | 137 | 71 |
| Binary | 11111010 | 101001 | 101000 | 0 | 1010100 | 1010100 | 10 | 0 | 1011111 | 111001 |
Color Harmonies of #FA2928
Complementary color
Monochromatic Colors of #FA2928
Black with #FA2928
Text Example
Text Example
White with #FA2928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2928; }
p { color: rgb(250,41,40); }
H1.HeaderClassName
{
color: #FA2928;
}
.AnyTagClassName
{
color: #FA2928;
}
</style>
background-color css
<style>
a { background-color: #FA2928; }
a { background-color: rgb(250,41,40); }
div.DivClassName
{
background-color: #FA2928;
}
.BgClassName
{
background-color: #FA2928;
}
</style>
border-color css
<style>
span { border-color: #FA2928; }
span { border-color: rgb(250,41,40); }
td.TdClassName
{
border-color: #FA2928;
}
.TagClassName
{
border-color: #FA2928;
}
</style>