Shades of Orange Red #F34A1C
Tints of Orange Red #F34A1C
RGB
CMYK
RGB Variations
Color information
#F34A1C (or 0xF34A1C) is known color: Orange Red. HEX triplet: F3, 4A and 1C. RGB value is (243,74,28). Sum of RGB (Red+Green+Blue) = 243+74+28=345 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.43% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 243 - color contains mainly: red. Hex color #F34A1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34A1C is #0CB5E3. Grayscale: #777777. Windows color (decimal): -832996 or 1854195. OLE color: 1854195.
HSL color Cylindrical-coordinate representation of color #F34A1C: hue angle of 12.84º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F34A1C is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 74 | 28 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.05 |
| HSL | 12.84º | 0.9% | 0.53% | - |
| HSV(B) | 12.84º | 0.88% | 0.95% | - |
| XYZ | 39.62 | 24.04 | 3.65 | - |
| YUV | 119.29 | 76.49 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 74 | 28 | 0 | 0.70 | 0.88 | 0.05 | 12.84 | 0.9 | 0.53 |
| Hex | F3 | 4A | 1C | 0 | 46 | 58 | 5 | D | 5A | 35 |
| Octal | 363 | 112 | 34 | 0 | 106 | 130 | 5 | 15 | 132 | 65 |
| Binary | 11110011 | 1001010 | 11100 | 0 | 1000110 | 1011000 | 101 | 1101 | 1011010 | 110101 |
Color Harmonies of #F34A1C
Complementary color
Monochromatic Colors of #F34A1C
Black with #F34A1C
Text Example
Text Example
White with #F34A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34A1C; }
p { color: rgb(243,74,28); }
H1.HeaderClassName
{
color: #F34A1C;
}
.AnyTagClassName
{
color: #F34A1C;
}
</style>
background-color css
<style>
a { background-color: #F34A1C; }
a { background-color: rgb(243,74,28); }
div.DivClassName
{
background-color: #F34A1C;
}
.BgClassName
{
background-color: #F34A1C;
}
</style>
border-color css
<style>
span { border-color: #F34A1C; }
span { border-color: rgb(243,74,28); }
td.TdClassName
{
border-color: #F34A1C;
}
.TagClassName
{
border-color: #F34A1C;
}
</style>