Shades of Orange Red #F3430F
Tints of Orange Red #F3430F
RGB
CMYK
RGB Variations
Color information
#F3430F (or 0xF3430F) is known color: Orange Red. HEX triplet: F3, 43 and 0F. RGB value is (243,67,15). Sum of RGB (Red+Green+Blue) = 243+67+15=325 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.77% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 243 - color contains mainly: red. Hex color #F3430F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3430F is #0CBCF0. Grayscale: #727272. Windows color (decimal): -834801 or 1000435. OLE color: 1000435.
HSL color Cylindrical-coordinate representation of color #F3430F: hue angle of 13.68º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F3430F is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 67 | 15 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.05 |
| HSL | 13.68º | 0.9% | 0.51% | - |
| HSV(B) | 13.68º | 0.94% | 0.95% | - |
| XYZ | 39.06 | 23.1 | 2.85 | - |
| YUV | 113.7 | 72.31 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 67 | 15 | 0 | 0.72 | 0.94 | 0.05 | 13.68 | 0.9 | 0.51 |
| Hex | F3 | 43 | F | 0 | 48 | 5E | 5 | E | 5A | 33 |
| Octal | 363 | 103 | 17 | 0 | 110 | 136 | 5 | 16 | 132 | 63 |
| Binary | 11110011 | 1000011 | 1111 | 0 | 1001000 | 1011110 | 101 | 1110 | 1011010 | 110011 |
Color Harmonies of #F3430F
Complementary color
Monochromatic Colors of #F3430F
Black with #F3430F
Text Example
Text Example
White with #F3430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3430F; }
p { color: rgb(243,67,15); }
H1.HeaderClassName
{
color: #F3430F;
}
.AnyTagClassName
{
color: #F3430F;
}
</style>
background-color css
<style>
a { background-color: #F3430F; }
a { background-color: rgb(243,67,15); }
div.DivClassName
{
background-color: #F3430F;
}
.BgClassName
{
background-color: #F3430F;
}
</style>
border-color css
<style>
span { border-color: #F3430F; }
span { border-color: rgb(243,67,15); }
td.TdClassName
{
border-color: #F3430F;
}
.TagClassName
{
border-color: #F3430F;
}
</style>