Shades of Orange Red #F5430F
Tints of Orange Red #F5430F
RGB
CMYK
RGB Variations
Color information
#F5430F (or 0xF5430F) is known color: Orange Red. HEX triplet: F5, 43 and 0F. RGB value is (245,67,15). Sum of RGB (Red+Green+Blue) = 245+67+15=327 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.92% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 15 (6.25% from 255 or 4.59% from 327); Max value from RGB is 245 - color contains mainly: red. Hex color #F5430F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5430F is #0ABCF0. Grayscale: #727272. Windows color (decimal): -703729 or 1000437. OLE color: 1000437.
HSL color Cylindrical-coordinate representation of color #F5430F: hue angle of 13.57º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5430F is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 67 | 15 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.04 |
| HSL | 13.57º | 0.92% | 0.51% | - |
| HSV(B) | 13.57º | 0.94% | 0.96% | - |
| XYZ | 39.75 | 23.46 | 2.89 | - |
| YUV | 114.29 | 71.97 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 67 | 15 | 0 | 0.73 | 0.94 | 0.04 | 13.57 | 0.92 | 0.51 |
| Hex | F5 | 43 | F | 0 | 49 | 5E | 4 | E | 5C | 33 |
| Octal | 365 | 103 | 17 | 0 | 111 | 136 | 4 | 16 | 134 | 63 |
| Binary | 11110101 | 1000011 | 1111 | 0 | 1001001 | 1011110 | 100 | 1110 | 1011100 | 110011 |
Color Harmonies of #F5430F
Complementary color
Monochromatic Colors of #F5430F
Black with #F5430F
Text Example
Text Example
White with #F5430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5430F; }
p { color: rgb(245,67,15); }
H1.HeaderClassName
{
color: #F5430F;
}
.AnyTagClassName
{
color: #F5430F;
}
</style>
background-color css
<style>
a { background-color: #F5430F; }
a { background-color: rgb(245,67,15); }
div.DivClassName
{
background-color: #F5430F;
}
.BgClassName
{
background-color: #F5430F;
}
</style>
border-color css
<style>
span { border-color: #F5430F; }
span { border-color: rgb(245,67,15); }
td.TdClassName
{
border-color: #F5430F;
}
.TagClassName
{
border-color: #F5430F;
}
</style>