Shades of Orange Red #F5430B
Tints of Orange Red #F5430B
RGB
CMYK
RGB Variations
Color information
#F5430B (or 0xF5430B) is known color: Orange Red. HEX triplet: F5, 43 and 0B. RGB value is (245,67,11). Sum of RGB (Red+Green+Blue) = 245+67+11=323 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.85% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 11 (4.69% from 255 or 3.41% from 323); Max value from RGB is 245 - color contains mainly: red. Hex color #F5430B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5430B is #0ABCF4. Grayscale: #727272. Windows color (decimal): -703733 or 738293. OLE color: 738293.
HSL color Cylindrical-coordinate representation of color #F5430B: hue angle of 14.36º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5430B is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 67 | 11 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.04 |
| HSL | 14.36º | 0.92% | 0.5% | - |
| HSV(B) | 14.36º | 0.96% | 0.96% | - |
| XYZ | 39.72 | 23.45 | 2.75 | - |
| YUV | 113.84 | 69.97 | 221.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 67 | 11 | 0 | 0.73 | 0.96 | 0.04 | 14.36 | 0.92 | 0.5 |
| Hex | F5 | 43 | B | 0 | 49 | 60 | 4 | E | 5C | 32 |
| Octal | 365 | 103 | 13 | 0 | 111 | 140 | 4 | 16 | 134 | 62 |
| Binary | 11110101 | 1000011 | 1011 | 0 | 1001001 | 1100000 | 100 | 1110 | 1011100 | 110010 |
Color Harmonies of #F5430B
Complementary color
Monochromatic Colors of #F5430B
Black with #F5430B
Text Example
Text Example
White with #F5430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5430B; }
p { color: rgb(245,67,11); }
H1.HeaderClassName
{
color: #F5430B;
}
.AnyTagClassName
{
color: #F5430B;
}
</style>
background-color css
<style>
a { background-color: #F5430B; }
a { background-color: rgb(245,67,11); }
div.DivClassName
{
background-color: #F5430B;
}
.BgClassName
{
background-color: #F5430B;
}
</style>
border-color css
<style>
span { border-color: #F5430B; }
span { border-color: rgb(245,67,11); }
td.TdClassName
{
border-color: #F5430B;
}
.TagClassName
{
border-color: #F5430B;
}
</style>