Shades of Red Orange #F5431C
Tints of Red Orange #F5431C
RGB
CMYK
RGB Variations
Color information
#F5431C (or 0xF5431C) is known color: Red Orange. HEX triplet: F5, 43 and 1C. RGB value is (245,67,28). Sum of RGB (Red+Green+Blue) = 245+67+28=340 (45% of max value = 765). Red value is 245 (96.09% from 255 or 72.06% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 28 (11.33% from 255 or 8.24% from 340); Max value from RGB is 245 - color contains mainly: red. Hex color #F5431C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5431C is #0ABCE3. Grayscale: #747474. Windows color (decimal): -703716 or 1852405. OLE color: 1852405.
HSL color Cylindrical-coordinate representation of color #F5431C: hue angle of 10.78º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5431C is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 67 | 28 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.04 |
| HSL | 10.78º | 0.92% | 0.54% | - |
| HSV(B) | 10.78º | 0.89% | 0.96% | - |
| XYZ | 39.87 | 23.51 | 3.54 | - |
| YUV | 115.78 | 78.47 | 220.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 67 | 28 | 0 | 0.73 | 0.89 | 0.04 | 10.78 | 0.92 | 0.54 |
| Hex | F5 | 43 | 1C | 0 | 49 | 59 | 4 | B | 5C | 36 |
| Octal | 365 | 103 | 34 | 0 | 111 | 131 | 4 | 13 | 134 | 66 |
| Binary | 11110101 | 1000011 | 11100 | 0 | 1001001 | 1011001 | 100 | 1011 | 1011100 | 110110 |
Color Harmonies of #F5431C
Complementary color
Monochromatic Colors of #F5431C
Black with #F5431C
Text Example
Text Example
White with #F5431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5431C; }
p { color: rgb(245,67,28); }
H1.HeaderClassName
{
color: #F5431C;
}
.AnyTagClassName
{
color: #F5431C;
}
</style>
background-color css
<style>
a { background-color: #F5431C; }
a { background-color: rgb(245,67,28); }
div.DivClassName
{
background-color: #F5431C;
}
.BgClassName
{
background-color: #F5431C;
}
</style>
border-color css
<style>
span { border-color: #F5431C; }
span { border-color: rgb(245,67,28); }
td.TdClassName
{
border-color: #F5431C;
}
.TagClassName
{
border-color: #F5431C;
}
</style>