Shades of Orange Red #F53800
Tints of Orange Red #F53800
RGB
CMYK
RGB Variations
Color information
#F53800 (or 0xF53800) is known color: Orange Red. HEX triplet: F5, 38 and 00. RGB value is (245,56,0). Sum of RGB (Red+Green+Blue) = 245+56+0=301 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.40% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 245 - color contains mainly: red. Hex color #F53800 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53800 is #0AC7FF. Grayscale: #6A6A6A. Windows color (decimal): -706560 or 14581. OLE color: 14581.
HSL color Cylindrical-coordinate representation of color #F53800: hue angle of 13.71º 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 #F53800 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.04 |
| HSL | 13.71º | 1% | 0.48% | - |
| HSV(B) | 13.71º | 1% | 0.96% | - |
| XYZ | 39.07 | 22.24 | 2.23 | - |
| YUV | 106.13 | 68.12 | 227.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 0 | 0 | 0.77 | 1 | 0.04 | 13.71 | 1 | 0.48 |
| Hex | F5 | 38 | 0 | 0 | 4D | 64 | 4 | E | 64 | 30 |
| Octal | 365 | 70 | 0 | 0 | 115 | 144 | 4 | 16 | 144 | 60 |
| Binary | 11110101 | 111000 | 0 | 0 | 1001101 | 1100100 | 100 | 1110 | 1100100 | 110000 |
Color Harmonies of #F53800
Complementary color
Monochromatic Colors of #F53800
Black with #F53800
Text Example
Text Example
White with #F53800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53800; }
p { color: rgb(245,56,0); }
H1.HeaderClassName
{
color: #F53800;
}
.AnyTagClassName
{
color: #F53800;
}
</style>
background-color css
<style>
a { background-color: #F53800; }
a { background-color: rgb(245,56,0); }
div.DivClassName
{
background-color: #F53800;
}
.BgClassName
{
background-color: #F53800;
}
</style>
border-color css
<style>
span { border-color: #F53800; }
span { border-color: rgb(245,56,0); }
td.TdClassName
{
border-color: #F53800;
}
.TagClassName
{
border-color: #F53800;
}
</style>