Shades of Red Orange #F5381B
Tints of Red Orange #F5381B
RGB
CMYK
RGB Variations
Color information
#F5381B (or 0xF5381B) is known color: Red Orange. HEX triplet: F5, 38 and 1B. RGB value is (245,56,27). Sum of RGB (Red+Green+Blue) = 245+56+27=328 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.70% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 245 - color contains mainly: red. Hex color #F5381B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5381B is #0AC7E4. Grayscale: #6D6D6D. Windows color (decimal): -706533 or 1784053. OLE color: 1784053.
HSL color Cylindrical-coordinate representation of color #F5381B: hue angle of 7.98º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5381B is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 27 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.04 |
| HSL | 7.98º | 0.92% | 0.53% | - |
| HSV(B) | 7.98º | 0.89% | 0.96% | - |
| XYZ | 39.27 | 22.32 | 3.28 | - |
| YUV | 109.21 | 81.62 | 224.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 27 | 0 | 0.77 | 0.89 | 0.04 | 7.98 | 0.92 | 0.53 |
| Hex | F5 | 38 | 1B | 0 | 4D | 59 | 4 | 8 | 5C | 35 |
| Octal | 365 | 70 | 33 | 0 | 115 | 131 | 4 | 10 | 134 | 65 |
| Binary | 11110101 | 111000 | 11011 | 0 | 1001101 | 1011001 | 100 | 1000 | 1011100 | 110101 |
Color Harmonies of #F5381B
Complementary color
Monochromatic Colors of #F5381B
Black with #F5381B
Text Example
Text Example
White with #F5381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5381B; }
p { color: rgb(245,56,27); }
H1.HeaderClassName
{
color: #F5381B;
}
.AnyTagClassName
{
color: #F5381B;
}
</style>
background-color css
<style>
a { background-color: #F5381B; }
a { background-color: rgb(245,56,27); }
div.DivClassName
{
background-color: #F5381B;
}
.BgClassName
{
background-color: #F5381B;
}
</style>
border-color css
<style>
span { border-color: #F5381B; }
span { border-color: rgb(245,56,27); }
td.TdClassName
{
border-color: #F5381B;
}
.TagClassName
{
border-color: #F5381B;
}
</style>