Shades of Orange Red #F3430D
Tints of Orange Red #F3430D
RGB
CMYK
RGB Variations
Color information
#F3430D (or 0xF3430D) is known color: Orange Red. HEX triplet: F3, 43 and 0D. RGB value is (243,67,13). Sum of RGB (Red+Green+Blue) = 243+67+13=323 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.23% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 243 - color contains mainly: red. Hex color #F3430D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3430D is #0CBCF2. Grayscale: #717171. Windows color (decimal): -834803 or 869363. OLE color: 869363.
HSL color Cylindrical-coordinate representation of color #F3430D: hue angle of 14.09º 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 #F3430D is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 67 | 13 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.05 |
| HSL | 14.09º | 0.91% | 0.5% | - |
| HSV(B) | 14.09º | 0.95% | 0.95% | - |
| XYZ | 39.04 | 23.1 | 2.78 | - |
| YUV | 113.47 | 71.31 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 67 | 13 | 0 | 0.72 | 0.95 | 0.05 | 14.09 | 0.91 | 0.5 |
| Hex | F3 | 43 | D | 0 | 48 | 5F | 5 | E | 5B | 32 |
| Octal | 363 | 103 | 15 | 0 | 110 | 137 | 5 | 16 | 133 | 62 |
| Binary | 11110011 | 1000011 | 1101 | 0 | 1001000 | 1011111 | 101 | 1110 | 1011011 | 110010 |
Color Harmonies of #F3430D
Complementary color
Monochromatic Colors of #F3430D
Black with #F3430D
Text Example
Text Example
White with #F3430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3430D; }
p { color: rgb(243,67,13); }
H1.HeaderClassName
{
color: #F3430D;
}
.AnyTagClassName
{
color: #F3430D;
}
</style>
background-color css
<style>
a { background-color: #F3430D; }
a { background-color: rgb(243,67,13); }
div.DivClassName
{
background-color: #F3430D;
}
.BgClassName
{
background-color: #F3430D;
}
</style>
border-color css
<style>
span { border-color: #F3430D; }
span { border-color: rgb(243,67,13); }
td.TdClassName
{
border-color: #F3430D;
}
.TagClassName
{
border-color: #F3430D;
}
</style>