Shades of Red Orange #FA2926
Tints of Red Orange #FA2926
RGB
CMYK
RGB Variations
Color information
#FA2926 (or 0xFA2926) is known color: Red Orange. HEX triplet: FA, 29 and 26. RGB value is (250,41,38). Sum of RGB (Red+Green+Blue) = 250+41+38=329 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.99% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 38 (15.23% from 255 or 11.55% from 329); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2926 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2926 is #05D6D9. Grayscale: #676767. Windows color (decimal): -382682 or 2501114. OLE color: 2501114.
HSL color Cylindrical-coordinate representation of color #FA2926: hue angle of 0.85º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA2926 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 41 | 38 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.02 |
| HSL | 0.85º | 0.95% | 0.56% | - |
| HSV(B) | 0.85º | 0.85% | 0.98% | - |
| XYZ | 40.57 | 22.05 | 3.95 | - |
| YUV | 103.15 | 91.24 | 232.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 38 | 0 | 0.84 | 0.85 | 0.02 | 0.85 | 0.95 | 0.56 |
| Hex | FA | 29 | 26 | 0 | 54 | 55 | 2 | 1 | 5F | 38 |
| Octal | 372 | 51 | 46 | 0 | 124 | 125 | 2 | 1 | 137 | 70 |
| Binary | 11111010 | 101001 | 100110 | 0 | 1010100 | 1010101 | 10 | 1 | 1011111 | 111000 |
Color Harmonies of #FA2926
Complementary color
Monochromatic Colors of #FA2926
Black with #FA2926
Text Example
Text Example
White with #FA2926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2926; }
p { color: rgb(250,41,38); }
H1.HeaderClassName
{
color: #FA2926;
}
.AnyTagClassName
{
color: #FA2926;
}
</style>
background-color css
<style>
a { background-color: #FA2926; }
a { background-color: rgb(250,41,38); }
div.DivClassName
{
background-color: #FA2926;
}
.BgClassName
{
background-color: #FA2926;
}
</style>
border-color css
<style>
span { border-color: #FA2926; }
span { border-color: rgb(250,41,38); }
td.TdClassName
{
border-color: #FA2926;
}
.TagClassName
{
border-color: #FA2926;
}
</style>