Shades of Red Orange #F3492A
Tints of Red Orange #F3492A
RGB
CMYK
RGB Variations
Color information
#F3492A (or 0xF3492A) is known color: Red Orange. HEX triplet: F3, 49 and 2A. RGB value is (243,73,42). Sum of RGB (Red+Green+Blue) = 243+73+42=358 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.88% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 243 - color contains mainly: red. Hex color #F3492A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3492A is #0CB6D5. Grayscale: #787878. Windows color (decimal): -833238 or 2771443. OLE color: 2771443.
HSL color Cylindrical-coordinate representation of color #F3492A: hue angle of 9.25º 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 #F3492A is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 73 | 42 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.05 |
| HSL | 9.25º | 0.89% | 0.56% | - |
| HSV(B) | 9.25º | 0.83% | 0.95% | - |
| XYZ | 39.76 | 23.99 | 4.72 | - |
| YUV | 120.3 | 83.82 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 73 | 42 | 0 | 0.70 | 0.83 | 0.05 | 9.25 | 0.89 | 0.56 |
| Hex | F3 | 49 | 2A | 0 | 46 | 53 | 5 | 9 | 59 | 38 |
| Octal | 363 | 111 | 52 | 0 | 106 | 123 | 5 | 11 | 131 | 70 |
| Binary | 11110011 | 1001001 | 101010 | 0 | 1000110 | 1010011 | 101 | 1001 | 1011001 | 111000 |
Color Harmonies of #F3492A
Complementary color
Monochromatic Colors of #F3492A
Black with #F3492A
Text Example
Text Example
White with #F3492A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3492A; }
p { color: rgb(243,73,42); }
H1.HeaderClassName
{
color: #F3492A;
}
.AnyTagClassName
{
color: #F3492A;
}
</style>
background-color css
<style>
a { background-color: #F3492A; }
a { background-color: rgb(243,73,42); }
div.DivClassName
{
background-color: #F3492A;
}
.BgClassName
{
background-color: #F3492A;
}
</style>
border-color css
<style>
span { border-color: #F3492A; }
span { border-color: rgb(243,73,42); }
td.TdClassName
{
border-color: #F3492A;
}
.TagClassName
{
border-color: #F3492A;
}
</style>