Shades of Orange Red #F53F00
Tints of Orange Red #F53F00
RGB
CMYK
RGB Variations
Color information
#F53F00 (or 0xF53F00) is known color: Orange Red. HEX triplet: F5, 3F and 00. RGB value is (245,63,0). Sum of RGB (Red+Green+Blue) = 245+63+0=308 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.55% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 245 - color contains mainly: red. Hex color #F53F00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53F00 is #0AC0FF. Grayscale: #6E6E6E. Windows color (decimal): -704768 or 16373. OLE color: 16373.
HSL color Cylindrical-coordinate representation of color #F53F00: hue angle of 15.43º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F53F00 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 63 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.04 |
| HSL | 15.43º | 1% | 0.48% | - |
| HSV(B) | 15.43º | 1% | 0.96% | - |
| XYZ | 39.43 | 22.97 | 2.35 | - |
| YUV | 110.24 | 65.8 | 224.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 63 | 0 | 0 | 0.74 | 1 | 0.04 | 15.43 | 1 | 0.48 |
| Hex | F5 | 3F | 0 | 0 | 4A | 64 | 4 | F | 64 | 30 |
| Octal | 365 | 77 | 0 | 0 | 112 | 144 | 4 | 17 | 144 | 60 |
| Binary | 11110101 | 111111 | 0 | 0 | 1001010 | 1100100 | 100 | 1111 | 1100100 | 110000 |
Color Harmonies of #F53F00
Complementary color
Monochromatic Colors of #F53F00
Black with #F53F00
Text Example
Text Example
White with #F53F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53F00; }
p { color: rgb(245,63,0); }
H1.HeaderClassName
{
color: #F53F00;
}
.AnyTagClassName
{
color: #F53F00;
}
</style>
background-color css
<style>
a { background-color: #F53F00; }
a { background-color: rgb(245,63,0); }
div.DivClassName
{
background-color: #F53F00;
}
.BgClassName
{
background-color: #F53F00;
}
</style>
border-color css
<style>
span { border-color: #F53F00; }
span { border-color: rgb(245,63,0); }
td.TdClassName
{
border-color: #F53F00;
}
.TagClassName
{
border-color: #F53F00;
}
</style>