Shades of Orange Red #F5380B
Tints of Orange Red #F5380B
RGB
CMYK
RGB Variations
Color information
#F5380B (or 0xF5380B) is known color: Orange Red. HEX triplet: F5, 38 and 0B. RGB value is (245,56,11). Sum of RGB (Red+Green+Blue) = 245+56+11=312 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.53% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 245 - color contains mainly: red. Hex color #F5380B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5380B is #0AC7F4. Grayscale: #6B6B6B. Windows color (decimal): -706549 or 735477. OLE color: 735477.
HSL color Cylindrical-coordinate representation of color #F5380B: hue angle of 11.54º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5380B is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 11 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.04 |
| HSL | 11.54º | 0.92% | 0.5% | - |
| HSV(B) | 11.54º | 0.96% | 0.96% | - |
| XYZ | 39.13 | 22.26 | 2.55 | - |
| YUV | 107.38 | 73.62 | 226.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 11 | 0 | 0.77 | 0.96 | 0.04 | 11.54 | 0.92 | 0.5 |
| Hex | F5 | 38 | B | 0 | 4D | 60 | 4 | C | 5C | 32 |
| Octal | 365 | 70 | 13 | 0 | 115 | 140 | 4 | 14 | 134 | 62 |
| Binary | 11110101 | 111000 | 1011 | 0 | 1001101 | 1100000 | 100 | 1100 | 1011100 | 110010 |
Color Harmonies of #F5380B
Complementary color
Monochromatic Colors of #F5380B
Black with #F5380B
Text Example
Text Example
White with #F5380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5380B; }
p { color: rgb(245,56,11); }
H1.HeaderClassName
{
color: #F5380B;
}
.AnyTagClassName
{
color: #F5380B;
}
</style>
background-color css
<style>
a { background-color: #F5380B; }
a { background-color: rgb(245,56,11); }
div.DivClassName
{
background-color: #F5380B;
}
.BgClassName
{
background-color: #F5380B;
}
</style>
border-color css
<style>
span { border-color: #F5380B; }
span { border-color: rgb(245,56,11); }
td.TdClassName
{
border-color: #F5380B;
}
.TagClassName
{
border-color: #F5380B;
}
</style>