Shades of Red Orange #F34C2A
Tints of Red Orange #F34C2A
RGB
CMYK
RGB Variations
Color information
#F34C2A (or 0xF34C2A) is known color: Red Orange. HEX triplet: F3, 4C and 2A. RGB value is (243,76,42). Sum of RGB (Red+Green+Blue) = 243+76+42=361 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.31% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 243 - color contains mainly: red. Hex color #F34C2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34C2A is #0CB3D5. Grayscale: #7A7A7A. Windows color (decimal): -832470 or 2772211. OLE color: 2772211.
HSL color Cylindrical-coordinate representation of color #F34C2A: hue angle of 10.15º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F34C2A is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 76 | 42 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.05 |
| HSL | 10.15º | 0.89% | 0.56% | - |
| HSV(B) | 10.15º | 0.83% | 0.95% | - |
| XYZ | 39.96 | 24.39 | 4.79 | - |
| YUV | 122.06 | 82.83 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 76 | 42 | 0 | 0.69 | 0.83 | 0.05 | 10.15 | 0.89 | 0.56 |
| Hex | F3 | 4C | 2A | 0 | 45 | 53 | 5 | A | 59 | 38 |
| Octal | 363 | 114 | 52 | 0 | 105 | 123 | 5 | 12 | 131 | 70 |
| Binary | 11110011 | 1001100 | 101010 | 0 | 1000101 | 1010011 | 101 | 1010 | 1011001 | 111000 |
Color Harmonies of #F34C2A
Complementary color
Monochromatic Colors of #F34C2A
Black with #F34C2A
Text Example
Text Example
White with #F34C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34C2A; }
p { color: rgb(243,76,42); }
H1.HeaderClassName
{
color: #F34C2A;
}
.AnyTagClassName
{
color: #F34C2A;
}
</style>
background-color css
<style>
a { background-color: #F34C2A; }
a { background-color: rgb(243,76,42); }
div.DivClassName
{
background-color: #F34C2A;
}
.BgClassName
{
background-color: #F34C2A;
}
</style>
border-color css
<style>
span { border-color: #F34C2A; }
span { border-color: rgb(243,76,42); }
td.TdClassName
{
border-color: #F34C2A;
}
.TagClassName
{
border-color: #F34C2A;
}
</style>