Shades of Orange Red #F54A1B
Tints of Orange Red #F54A1B
RGB
CMYK
RGB Variations
Color information
#F54A1B (or 0xF54A1B) is known color: Orange Red. HEX triplet: F5, 4A and 1B. RGB value is (245,74,27). Sum of RGB (Red+Green+Blue) = 245+74+27=346 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.81% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 245 - color contains mainly: red. Hex color #F54A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54A1B is #0AB5E4. Grayscale: #787878. Windows color (decimal): -701925 or 1788661. OLE color: 1788661.
HSL color Cylindrical-coordinate representation of color #F54A1B: hue angle of 12.94º 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 #F54A1B is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 74 | 27 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.04 |
| HSL | 12.94º | 0.92% | 0.53% | - |
| HSV(B) | 12.94º | 0.89% | 0.96% | - |
| XYZ | 40.3 | 24.39 | 3.62 | - |
| YUV | 119.77 | 75.65 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 74 | 27 | 0 | 0.70 | 0.89 | 0.04 | 12.94 | 0.92 | 0.53 |
| Hex | F5 | 4A | 1B | 0 | 46 | 59 | 4 | D | 5C | 35 |
| Octal | 365 | 112 | 33 | 0 | 106 | 131 | 4 | 15 | 134 | 65 |
| Binary | 11110101 | 1001010 | 11011 | 0 | 1000110 | 1011001 | 100 | 1101 | 1011100 | 110101 |
Color Harmonies of #F54A1B
Complementary color
Monochromatic Colors of #F54A1B
Black with #F54A1B
Text Example
Text Example
White with #F54A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54A1B; }
p { color: rgb(245,74,27); }
H1.HeaderClassName
{
color: #F54A1B;
}
.AnyTagClassName
{
color: #F54A1B;
}
</style>
background-color css
<style>
a { background-color: #F54A1B; }
a { background-color: rgb(245,74,27); }
div.DivClassName
{
background-color: #F54A1B;
}
.BgClassName
{
background-color: #F54A1B;
}
</style>
border-color css
<style>
span { border-color: #F54A1B; }
span { border-color: rgb(245,74,27); }
td.TdClassName
{
border-color: #F54A1B;
}
.TagClassName
{
border-color: #F54A1B;
}
</style>