Shades of Red Orange #F34A1D
Tints of Red Orange #F34A1D
RGB
CMYK
RGB Variations
Color information
#F34A1D (or 0xF34A1D) is known color: Red Orange. HEX triplet: F3, 4A and 1D. RGB value is (243,74,29). Sum of RGB (Red+Green+Blue) = 243+74+29=346 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.23% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 243 - color contains mainly: red. Hex color #F34A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34A1D is #0CB5E2. Grayscale: #777777. Windows color (decimal): -832995 or 1919731. OLE color: 1919731.
HSL color Cylindrical-coordinate representation of color #F34A1D: hue angle of 12.62º 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 #F34A1D is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 74 | 29 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.05 |
| HSL | 12.62º | 0.9% | 0.53% | - |
| HSV(B) | 12.62º | 0.88% | 0.95% | - |
| XYZ | 39.63 | 24.04 | 3.71 | - |
| YUV | 119.4 | 76.99 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 74 | 29 | 0 | 0.70 | 0.88 | 0.05 | 12.62 | 0.9 | 0.53 |
| Hex | F3 | 4A | 1D | 0 | 46 | 58 | 5 | D | 5A | 35 |
| Octal | 363 | 112 | 35 | 0 | 106 | 130 | 5 | 15 | 132 | 65 |
| Binary | 11110011 | 1001010 | 11101 | 0 | 1000110 | 1011000 | 101 | 1101 | 1011010 | 110101 |
Color Harmonies of #F34A1D
Complementary color
Monochromatic Colors of #F34A1D
Black with #F34A1D
Text Example
Text Example
White with #F34A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34A1D; }
p { color: rgb(243,74,29); }
H1.HeaderClassName
{
color: #F34A1D;
}
.AnyTagClassName
{
color: #F34A1D;
}
</style>
background-color css
<style>
a { background-color: #F34A1D; }
a { background-color: rgb(243,74,29); }
div.DivClassName
{
background-color: #F34A1D;
}
.BgClassName
{
background-color: #F34A1D;
}
</style>
border-color css
<style>
span { border-color: #F34A1D; }
span { border-color: rgb(243,74,29); }
td.TdClassName
{
border-color: #F34A1D;
}
.TagClassName
{
border-color: #F34A1D;
}
</style>