Shades of Red Orange #F24130
Tints of Red Orange #F24130
RGB
CMYK
RGB Variations
Color information
#F24130 (or 0xF24130) is known color: Red Orange. HEX triplet: F2, 41 and 30. RGB value is (242,65,48). Sum of RGB (Red+Green+Blue) = 242+65+48=355 (47% of max value = 765). Red value is 242 (94.92% from 255 or 68.17% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 242 - color contains mainly: red. Hex color #F24130 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24130 is #0DBECF. Grayscale: #747474. Windows color (decimal): -900816 or 3162610. OLE color: 3162610.
HSL color Cylindrical-coordinate representation of color #F24130: hue angle of 5.26º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F24130 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 48 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.05 |
| HSL | 5.26º | 0.88% | 0.57% | - |
| HSV(B) | 5.26º | 0.8% | 0.95% | - |
| XYZ | 39.04 | 22.87 | 5.15 | - |
| YUV | 115.99 | 89.64 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 48 | 0 | 0.73 | 0.80 | 0.05 | 5.26 | 0.88 | 0.57 |
| Hex | F2 | 41 | 30 | 0 | 49 | 50 | 5 | 5 | 58 | 39 |
| Octal | 362 | 101 | 60 | 0 | 111 | 120 | 5 | 5 | 130 | 71 |
| Binary | 11110010 | 1000001 | 110000 | 0 | 1001001 | 1010000 | 101 | 101 | 1011000 | 111001 |
Color Harmonies of #F24130
Complementary color
Monochromatic Colors of #F24130
Black with #F24130
Text Example
Text Example
White with #F24130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24130; }
p { color: rgb(242,65,48); }
H1.HeaderClassName
{
color: #F24130;
}
.AnyTagClassName
{
color: #F24130;
}
</style>
background-color css
<style>
a { background-color: #F24130; }
a { background-color: rgb(242,65,48); }
div.DivClassName
{
background-color: #F24130;
}
.BgClassName
{
background-color: #F24130;
}
</style>
border-color css
<style>
span { border-color: #F24130; }
span { border-color: rgb(242,65,48); }
td.TdClassName
{
border-color: #F24130;
}
.TagClassName
{
border-color: #F24130;
}
</style>