Shades of Red Orange #F34730
Tints of Red Orange #F34730
RGB
CMYK
RGB Variations
Color information
#F34730 (or 0xF34730) is known color: Red Orange. HEX triplet: F3, 47 and 30. RGB value is (243,71,48). Sum of RGB (Red+Green+Blue) = 243+71+48=362 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.13% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 243 - color contains mainly: red. Hex color #F34730 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34730 is #0CB8CF. Grayscale: #787878. Windows color (decimal): -833744 or 3164147. OLE color: 3164147.
HSL color Cylindrical-coordinate representation of color #F34730: hue angle of 7.08º degrees, saturation: 0.89, 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 #F34730 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 71 | 48 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.05 |
| HSL | 7.08º | 0.89% | 0.57% | - |
| HSV(B) | 7.08º | 0.8% | 0.95% | - |
| XYZ | 39.75 | 23.77 | 5.29 | - |
| YUV | 119.81 | 87.48 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 71 | 48 | 0 | 0.71 | 0.80 | 0.05 | 7.08 | 0.89 | 0.57 |
| Hex | F3 | 47 | 30 | 0 | 47 | 50 | 5 | 7 | 59 | 39 |
| Octal | 363 | 107 | 60 | 0 | 107 | 120 | 5 | 7 | 131 | 71 |
| Binary | 11110011 | 1000111 | 110000 | 0 | 1000111 | 1010000 | 101 | 111 | 1011001 | 111001 |
Color Harmonies of #F34730
Complementary color
Monochromatic Colors of #F34730
Black with #F34730
Text Example
Text Example
White with #F34730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34730; }
p { color: rgb(243,71,48); }
H1.HeaderClassName
{
color: #F34730;
}
.AnyTagClassName
{
color: #F34730;
}
</style>
background-color css
<style>
a { background-color: #F34730; }
a { background-color: rgb(243,71,48); }
div.DivClassName
{
background-color: #F34730;
}
.BgClassName
{
background-color: #F34730;
}
</style>
border-color css
<style>
span { border-color: #F34730; }
span { border-color: rgb(243,71,48); }
td.TdClassName
{
border-color: #F34730;
}
.TagClassName
{
border-color: #F34730;
}
</style>