Shades of Red Orange #F5412A
Tints of Red Orange #F5412A
RGB
CMYK
RGB Variations
Color information
#F5412A (or 0xF5412A) is known color: Red Orange. HEX triplet: F5, 41 and 2A. RGB value is (245,65,42). Sum of RGB (Red+Green+Blue) = 245+65+42=352 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.60% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 245 - color contains mainly: red. Hex color #F5412A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5412A is #0ABED5. Grayscale: #747474. Windows color (decimal): -704214 or 2769397. OLE color: 2769397.
HSL color Cylindrical-coordinate representation of color #F5412A: hue angle of 6.8º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F5412A is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 65 | 42 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.04 |
| HSL | 6.8º | 0.91% | 0.56% | - |
| HSV(B) | 6.8º | 0.83% | 0.96% | - |
| XYZ | 39.96 | 23.36 | 4.59 | - |
| YUV | 116.2 | 86.13 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 65 | 42 | 0 | 0.73 | 0.83 | 0.04 | 6.8 | 0.91 | 0.56 |
| Hex | F5 | 41 | 2A | 0 | 49 | 53 | 4 | 7 | 5B | 38 |
| Octal | 365 | 101 | 52 | 0 | 111 | 123 | 4 | 7 | 133 | 70 |
| Binary | 11110101 | 1000001 | 101010 | 0 | 1001001 | 1010011 | 100 | 111 | 1011011 | 111000 |
Color Harmonies of #F5412A
Complementary color
Monochromatic Colors of #F5412A
Black with #F5412A
Text Example
Text Example
White with #F5412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5412A; }
p { color: rgb(245,65,42); }
H1.HeaderClassName
{
color: #F5412A;
}
.AnyTagClassName
{
color: #F5412A;
}
</style>
background-color css
<style>
a { background-color: #F5412A; }
a { background-color: rgb(245,65,42); }
div.DivClassName
{
background-color: #F5412A;
}
.BgClassName
{
background-color: #F5412A;
}
</style>
border-color css
<style>
span { border-color: #F5412A; }
span { border-color: rgb(245,65,42); }
td.TdClassName
{
border-color: #F5412A;
}
.TagClassName
{
border-color: #F5412A;
}
</style>