Shades of Red Orange #F2432B
Tints of Red Orange #F2432B
RGB
CMYK
RGB Variations
Color information
#F2432B (or 0xF2432B) is known color: Red Orange. HEX triplet: F2, 43 and 2B. RGB value is (242,67,43). Sum of RGB (Red+Green+Blue) = 242+67+43=352 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.75% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 242 - color contains mainly: red. Hex color #F2432B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2432B is #0DBCD4. Grayscale: #747474. Windows color (decimal): -900309 or 2835442. OLE color: 2835442.
HSL color Cylindrical-coordinate representation of color #F2432B: hue angle of 7.24º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F2432B is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 67 | 43 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.05 |
| HSL | 7.24º | 0.88% | 0.56% | - |
| HSV(B) | 7.24º | 0.82% | 0.95% | - |
| XYZ | 39.06 | 23.07 | 4.68 | - |
| YUV | 116.59 | 86.48 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 67 | 43 | 0 | 0.72 | 0.82 | 0.05 | 7.24 | 0.88 | 0.56 |
| Hex | F2 | 43 | 2B | 0 | 48 | 52 | 5 | 7 | 58 | 38 |
| Octal | 362 | 103 | 53 | 0 | 110 | 122 | 5 | 7 | 130 | 70 |
| Binary | 11110010 | 1000011 | 101011 | 0 | 1001000 | 1010010 | 101 | 111 | 1011000 | 111000 |
Color Harmonies of #F2432B
Complementary color
Monochromatic Colors of #F2432B
Black with #F2432B
Text Example
Text Example
White with #F2432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2432B; }
p { color: rgb(242,67,43); }
H1.HeaderClassName
{
color: #F2432B;
}
.AnyTagClassName
{
color: #F2432B;
}
</style>
background-color css
<style>
a { background-color: #F2432B; }
a { background-color: rgb(242,67,43); }
div.DivClassName
{
background-color: #F2432B;
}
.BgClassName
{
background-color: #F2432B;
}
</style>
border-color css
<style>
span { border-color: #F2432B; }
span { border-color: rgb(242,67,43); }
td.TdClassName
{
border-color: #F2432B;
}
.TagClassName
{
border-color: #F2432B;
}
</style>