Shades of Red Orange #F42F26
Tints of Red Orange #F42F26
RGB
CMYK
RGB Variations
Color information
#F42F26 (or 0xF42F26) is known color: Red Orange. HEX triplet: F4, 2F and 26. RGB value is (244,47,38). Sum of RGB (Red+Green+Blue) = 244+47+38=329 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.16% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 38 (15.23% from 255 or 11.55% from 329); Max value from RGB is 244 - color contains mainly: red. Hex color #F42F26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42F26 is #0BD0D9. Grayscale: #696969. Windows color (decimal): -774362 or 2502644. OLE color: 2502644.
HSL color Cylindrical-coordinate representation of color #F42F26: hue angle of 2.62º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F42F26 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 47 | 38 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.04 |
| HSL | 2.62º | 0.9% | 0.55% | - |
| HSV(B) | 2.62º | 0.84% | 0.96% | - |
| XYZ | 38.67 | 21.41 | 3.93 | - |
| YUV | 104.88 | 90.27 | 227.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 47 | 38 | 0 | 0.81 | 0.84 | 0.04 | 2.62 | 0.9 | 0.55 |
| Hex | F4 | 2F | 26 | 0 | 51 | 54 | 4 | 3 | 5A | 37 |
| Octal | 364 | 57 | 46 | 0 | 121 | 124 | 4 | 3 | 132 | 67 |
| Binary | 11110100 | 101111 | 100110 | 0 | 1010001 | 1010100 | 100 | 11 | 1011010 | 110111 |
Color Harmonies of #F42F26
Complementary color
Monochromatic Colors of #F42F26
Black with #F42F26
Text Example
Text Example
White with #F42F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42F26; }
p { color: rgb(244,47,38); }
H1.HeaderClassName
{
color: #F42F26;
}
.AnyTagClassName
{
color: #F42F26;
}
</style>
background-color css
<style>
a { background-color: #F42F26; }
a { background-color: rgb(244,47,38); }
div.DivClassName
{
background-color: #F42F26;
}
.BgClassName
{
background-color: #F42F26;
}
</style>
border-color css
<style>
span { border-color: #F42F26; }
span { border-color: rgb(244,47,38); }
td.TdClassName
{
border-color: #F42F26;
}
.TagClassName
{
border-color: #F42F26;
}
</style>