Shades of Orange Red #F5440B
Tints of Orange Red #F5440B
RGB
CMYK
RGB Variations
Color information
#F5440B (or 0xF5440B) is known color: Orange Red. HEX triplet: F5, 44 and 0B. RGB value is (245,68,11). Sum of RGB (Red+Green+Blue) = 245+68+11=324 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.62% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 245 - color contains mainly: red. Hex color #F5440B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5440B is #0ABBF4. Grayscale: #727272. Windows color (decimal): -703477 or 738549. OLE color: 738549.
HSL color Cylindrical-coordinate representation of color #F5440B: hue angle of 14.62º 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 #F5440B is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 68 | 11 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.04 |
| HSL | 14.62º | 0.92% | 0.5% | - |
| HSV(B) | 14.62º | 0.96% | 0.96% | - |
| XYZ | 39.78 | 23.57 | 2.77 | - |
| YUV | 114.43 | 69.64 | 221.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 68 | 11 | 0 | 0.72 | 0.96 | 0.04 | 14.62 | 0.92 | 0.5 |
| Hex | F5 | 44 | B | 0 | 48 | 60 | 4 | F | 5C | 32 |
| Octal | 365 | 104 | 13 | 0 | 110 | 140 | 4 | 17 | 134 | 62 |
| Binary | 11110101 | 1000100 | 1011 | 0 | 1001000 | 1100000 | 100 | 1111 | 1011100 | 110010 |
Color Harmonies of #F5440B
Complementary color
Monochromatic Colors of #F5440B
Black with #F5440B
Text Example
Text Example
White with #F5440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5440B; }
p { color: rgb(245,68,11); }
H1.HeaderClassName
{
color: #F5440B;
}
.AnyTagClassName
{
color: #F5440B;
}
</style>
background-color css
<style>
a { background-color: #F5440B; }
a { background-color: rgb(245,68,11); }
div.DivClassName
{
background-color: #F5440B;
}
.BgClassName
{
background-color: #F5440B;
}
</style>
border-color css
<style>
span { border-color: #F5440B; }
span { border-color: rgb(245,68,11); }
td.TdClassName
{
border-color: #F5440B;
}
.TagClassName
{
border-color: #F5440B;
}
</style>