Shades of Red Orange #F34B2C
Tints of Red Orange #F34B2C
RGB
CMYK
RGB Variations
Color information
#F34B2C (or 0xF34B2C) is known color: Red Orange. HEX triplet: F3, 4B and 2C. RGB value is (243,75,44). Sum of RGB (Red+Green+Blue) = 243+75+44=362 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.13% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 243 - color contains mainly: red. Hex color #F34B2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34B2C is #0CB4D3. Grayscale: #797979. Windows color (decimal): -832724 or 2903027. OLE color: 2903027.
HSL color Cylindrical-coordinate representation of color #F34B2C: hue angle of 9.35º degrees, saturation: 0.89, 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 #F34B2C is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 75 | 44 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.05 |
| HSL | 9.35º | 0.89% | 0.56% | - |
| HSV(B) | 9.35º | 0.82% | 0.95% | - |
| XYZ | 39.93 | 24.27 | 4.96 | - |
| YUV | 121.7 | 84.16 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 75 | 44 | 0 | 0.69 | 0.82 | 0.05 | 9.35 | 0.89 | 0.56 |
| Hex | F3 | 4B | 2C | 0 | 45 | 52 | 5 | 9 | 59 | 38 |
| Octal | 363 | 113 | 54 | 0 | 105 | 122 | 5 | 11 | 131 | 70 |
| Binary | 11110011 | 1001011 | 101100 | 0 | 1000101 | 1010010 | 101 | 1001 | 1011001 | 111000 |
Color Harmonies of #F34B2C
Complementary color
Monochromatic Colors of #F34B2C
Black with #F34B2C
Text Example
Text Example
White with #F34B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34B2C; }
p { color: rgb(243,75,44); }
H1.HeaderClassName
{
color: #F34B2C;
}
.AnyTagClassName
{
color: #F34B2C;
}
</style>
background-color css
<style>
a { background-color: #F34B2C; }
a { background-color: rgb(243,75,44); }
div.DivClassName
{
background-color: #F34B2C;
}
.BgClassName
{
background-color: #F34B2C;
}
</style>
border-color css
<style>
span { border-color: #F34B2C; }
span { border-color: rgb(243,75,44); }
td.TdClassName
{
border-color: #F34B2C;
}
.TagClassName
{
border-color: #F34B2C;
}
</style>