Shades of Orange Red #F5430D
Tints of Orange Red #F5430D
RGB
CMYK
RGB Variations
Color information
#F5430D (or 0xF5430D) is known color: Orange Red. HEX triplet: F5, 43 and 0D. RGB value is (245,67,13). Sum of RGB (Red+Green+Blue) = 245+67+13=325 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.38% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 245 - color contains mainly: red. Hex color #F5430D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5430D is #0ABCF2. Grayscale: #727272. Windows color (decimal): -703731 or 869365. OLE color: 869365.
HSL color Cylindrical-coordinate representation of color #F5430D: hue angle of 13.97º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5430D is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 67 | 13 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.04 |
| HSL | 13.97º | 0.92% | 0.51% | - |
| HSV(B) | 13.97º | 0.95% | 0.96% | - |
| XYZ | 39.74 | 23.46 | 2.81 | - |
| YUV | 114.07 | 70.97 | 221.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 67 | 13 | 0 | 0.73 | 0.95 | 0.04 | 13.97 | 0.92 | 0.51 |
| Hex | F5 | 43 | D | 0 | 49 | 5F | 4 | E | 5C | 33 |
| Octal | 365 | 103 | 15 | 0 | 111 | 137 | 4 | 16 | 134 | 63 |
| Binary | 11110101 | 1000011 | 1101 | 0 | 1001001 | 1011111 | 100 | 1110 | 1011100 | 110011 |
Color Harmonies of #F5430D
Complementary color
Monochromatic Colors of #F5430D
Black with #F5430D
Text Example
Text Example
White with #F5430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5430D; }
p { color: rgb(245,67,13); }
H1.HeaderClassName
{
color: #F5430D;
}
.AnyTagClassName
{
color: #F5430D;
}
</style>
background-color css
<style>
a { background-color: #F5430D; }
a { background-color: rgb(245,67,13); }
div.DivClassName
{
background-color: #F5430D;
}
.BgClassName
{
background-color: #F5430D;
}
</style>
border-color css
<style>
span { border-color: #F5430D; }
span { border-color: rgb(245,67,13); }
td.TdClassName
{
border-color: #F5430D;
}
.TagClassName
{
border-color: #F5430D;
}
</style>