Shades of Red Orange #F52B1E
Tints of Red Orange #F52B1E
RGB
CMYK
RGB Variations
Color information
#F52B1E (or 0xF52B1E) is known color: Red Orange. HEX triplet: F5, 2B and 1E. RGB value is (245,43,30). Sum of RGB (Red+Green+Blue) = 245+43+30=318 (42% of max value = 765). Red value is 245 (96.09% from 255 or 77.04% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 245 - color contains mainly: red. Hex color #F52B1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52B1E is #0AD4E1. Grayscale: #666666. Windows color (decimal): -709858 or 1977333. OLE color: 1977333.
HSL color Cylindrical-coordinate representation of color #F52B1E: hue angle of 3.63º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F52B1E is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 43 | 30 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.04 |
| HSL | 3.63º | 0.91% | 0.54% | - |
| HSV(B) | 3.63º | 0.88% | 0.96% | - |
| XYZ | 38.75 | 21.23 | 3.28 | - |
| YUV | 101.92 | 87.42 | 230.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 43 | 30 | 0 | 0.82 | 0.88 | 0.04 | 3.63 | 0.91 | 0.54 |
| Hex | F5 | 2B | 1E | 0 | 52 | 58 | 4 | 4 | 5B | 36 |
| Octal | 365 | 53 | 36 | 0 | 122 | 130 | 4 | 4 | 133 | 66 |
| Binary | 11110101 | 101011 | 11110 | 0 | 1010010 | 1011000 | 100 | 100 | 1011011 | 110110 |
Color Harmonies of #F52B1E
Complementary color
Monochromatic Colors of #F52B1E
Black with #F52B1E
Text Example
Text Example
White with #F52B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52B1E; }
p { color: rgb(245,43,30); }
H1.HeaderClassName
{
color: #F52B1E;
}
.AnyTagClassName
{
color: #F52B1E;
}
</style>
background-color css
<style>
a { background-color: #F52B1E; }
a { background-color: rgb(245,43,30); }
div.DivClassName
{
background-color: #F52B1E;
}
.BgClassName
{
background-color: #F52B1E;
}
</style>
border-color css
<style>
span { border-color: #F52B1E; }
span { border-color: rgb(245,43,30); }
td.TdClassName
{
border-color: #F52B1E;
}
.TagClassName
{
border-color: #F52B1E;
}
</style>