Shades of Orange Red #F3420D
Tints of Orange Red #F3420D
RGB
CMYK
RGB Variations
Color information
#F3420D (or 0xF3420D) is known color: Orange Red. HEX triplet: F3, 42 and 0D. RGB value is (243,66,13). Sum of RGB (Red+Green+Blue) = 243+66+13=322 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.47% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 243 - color contains mainly: red. Hex color #F3420D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3420D is #0CBDF2. Grayscale: #717171. Windows color (decimal): -835059 or 869107. OLE color: 869107.
HSL color Cylindrical-coordinate representation of color #F3420D: hue angle of 13.83º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F3420D is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 66 | 13 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.05 |
| HSL | 13.83º | 0.91% | 0.5% | - |
| HSV(B) | 13.83º | 0.95% | 0.95% | - |
| XYZ | 38.98 | 22.98 | 2.76 | - |
| YUV | 112.88 | 71.64 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 66 | 13 | 0 | 0.73 | 0.95 | 0.05 | 13.83 | 0.91 | 0.5 |
| Hex | F3 | 42 | D | 0 | 49 | 5F | 5 | E | 5B | 32 |
| Octal | 363 | 102 | 15 | 0 | 111 | 137 | 5 | 16 | 133 | 62 |
| Binary | 11110011 | 1000010 | 1101 | 0 | 1001001 | 1011111 | 101 | 1110 | 1011011 | 110010 |
Color Harmonies of #F3420D
Complementary color
Monochromatic Colors of #F3420D
Black with #F3420D
Text Example
Text Example
White with #F3420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3420D; }
p { color: rgb(243,66,13); }
H1.HeaderClassName
{
color: #F3420D;
}
.AnyTagClassName
{
color: #F3420D;
}
</style>
background-color css
<style>
a { background-color: #F3420D; }
a { background-color: rgb(243,66,13); }
div.DivClassName
{
background-color: #F3420D;
}
.BgClassName
{
background-color: #F3420D;
}
</style>
border-color css
<style>
span { border-color: #F3420D; }
span { border-color: rgb(243,66,13); }
td.TdClassName
{
border-color: #F3420D;
}
.TagClassName
{
border-color: #F3420D;
}
</style>