Shades of Red Orange #F3402F
Tints of Red Orange #F3402F
RGB
CMYK
RGB Variations
Color information
#F3402F (or 0xF3402F) is known color: Red Orange. HEX triplet: F3, 40 and 2F. RGB value is (243,64,47). Sum of RGB (Red+Green+Blue) = 243+64+47=354 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.64% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 243 - color contains mainly: red. Hex color #F3402F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3402F is #0CBFD0. Grayscale: #737373. Windows color (decimal): -835537 or 3096819. OLE color: 3096819.
HSL color Cylindrical-coordinate representation of color #F3402F: hue angle of 5.2º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F3402F is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 47 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.05 |
| HSL | 5.2º | 0.89% | 0.57% | - |
| HSV(B) | 5.2º | 0.81% | 0.95% | - |
| XYZ | 39.31 | 22.93 | 5.04 | - |
| YUV | 115.58 | 89.3 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 47 | 0 | 0.74 | 0.81 | 0.05 | 5.2 | 0.89 | 0.57 |
| Hex | F3 | 40 | 2F | 0 | 4A | 51 | 5 | 5 | 59 | 39 |
| Octal | 363 | 100 | 57 | 0 | 112 | 121 | 5 | 5 | 131 | 71 |
| Binary | 11110011 | 1000000 | 101111 | 0 | 1001010 | 1010001 | 101 | 101 | 1011001 | 111001 |
Color Harmonies of #F3402F
Complementary color
Monochromatic Colors of #F3402F
Black with #F3402F
Text Example
Text Example
White with #F3402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3402F; }
p { color: rgb(243,64,47); }
H1.HeaderClassName
{
color: #F3402F;
}
.AnyTagClassName
{
color: #F3402F;
}
</style>
background-color css
<style>
a { background-color: #F3402F; }
a { background-color: rgb(243,64,47); }
div.DivClassName
{
background-color: #F3402F;
}
.BgClassName
{
background-color: #F3402F;
}
</style>
border-color css
<style>
span { border-color: #F3402F; }
span { border-color: rgb(243,64,47); }
td.TdClassName
{
border-color: #F3402F;
}
.TagClassName
{
border-color: #F3402F;
}
</style>