Shades of Red Orange #F2452F
Tints of Red Orange #F2452F
RGB
CMYK
RGB Variations
Color information
#F2452F (or 0xF2452F) is known color: Red Orange. HEX triplet: F2, 45 and 2F. RGB value is (242,69,47). Sum of RGB (Red+Green+Blue) = 242+69+47=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F2452F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2452F is #0DBAD0. Grayscale: #767676. Windows color (decimal): -899793 or 3098098. OLE color: 3098098.
HSL color Cylindrical-coordinate representation of color #F2452F: hue angle of 6.77º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2452F is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 69 | 47 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.05 |
| HSL | 6.77º | 0.88% | 0.57% | - |
| HSV(B) | 6.77º | 0.81% | 0.95% | - |
| XYZ | 39.26 | 23.34 | 5.12 | - |
| YUV | 118.22 | 87.81 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 69 | 47 | 0 | 0.71 | 0.81 | 0.05 | 6.77 | 0.88 | 0.57 |
| Hex | F2 | 45 | 2F | 0 | 47 | 51 | 5 | 7 | 58 | 39 |
| Octal | 362 | 105 | 57 | 0 | 107 | 121 | 5 | 7 | 130 | 71 |
| Binary | 11110010 | 1000101 | 101111 | 0 | 1000111 | 1010001 | 101 | 111 | 1011000 | 111001 |
Color Harmonies of #F2452F
Complementary color
Monochromatic Colors of #F2452F
Black with #F2452F
Text Example
Text Example
White with #F2452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2452F; }
p { color: rgb(242,69,47); }
H1.HeaderClassName
{
color: #F2452F;
}
.AnyTagClassName
{
color: #F2452F;
}
</style>
background-color css
<style>
a { background-color: #F2452F; }
a { background-color: rgb(242,69,47); }
div.DivClassName
{
background-color: #F2452F;
}
.BgClassName
{
background-color: #F2452F;
}
</style>
border-color css
<style>
span { border-color: #F2452F; }
span { border-color: rgb(242,69,47); }
td.TdClassName
{
border-color: #F2452F;
}
.TagClassName
{
border-color: #F2452F;
}
</style>