Shades of Red Orange #F34C2F
Tints of Red Orange #F34C2F
RGB
CMYK
RGB Variations
Color information
#F34C2F (or 0xF34C2F) is known color: Red Orange. HEX triplet: F3, 4C and 2F. RGB value is (243,76,47). Sum of RGB (Red+Green+Blue) = 243+76+47=366 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.39% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 47 (18.75% from 255 or 12.84% from 366); Max value from RGB is 243 - color contains mainly: red. Hex color #F34C2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34C2F is #0CB3D0. Grayscale: #7A7A7A. Windows color (decimal): -832465 or 3099891. OLE color: 3099891.
HSL color Cylindrical-coordinate representation of color #F34C2F: hue angle of 8.88º degrees, saturation: 0.89, 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 #F34C2F is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 76 | 47 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.05 |
| HSL | 8.88º | 0.89% | 0.57% | - |
| HSV(B) | 8.88º | 0.81% | 0.95% | - |
| XYZ | 40.06 | 24.43 | 5.29 | - |
| YUV | 122.63 | 85.33 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 76 | 47 | 0 | 0.69 | 0.81 | 0.05 | 8.88 | 0.89 | 0.57 |
| Hex | F3 | 4C | 2F | 0 | 45 | 51 | 5 | 9 | 59 | 39 |
| Octal | 363 | 114 | 57 | 0 | 105 | 121 | 5 | 11 | 131 | 71 |
| Binary | 11110011 | 1001100 | 101111 | 0 | 1000101 | 1010001 | 101 | 1001 | 1011001 | 111001 |
Color Harmonies of #F34C2F
Complementary color
Monochromatic Colors of #F34C2F
Black with #F34C2F
Text Example
Text Example
White with #F34C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34C2F; }
p { color: rgb(243,76,47); }
H1.HeaderClassName
{
color: #F34C2F;
}
.AnyTagClassName
{
color: #F34C2F;
}
</style>
background-color css
<style>
a { background-color: #F34C2F; }
a { background-color: rgb(243,76,47); }
div.DivClassName
{
background-color: #F34C2F;
}
.BgClassName
{
background-color: #F34C2F;
}
</style>
border-color css
<style>
span { border-color: #F34C2F; }
span { border-color: rgb(243,76,47); }
td.TdClassName
{
border-color: #F34C2F;
}
.TagClassName
{
border-color: #F34C2F;
}
</style>