Shades of Red Orange #F54C2C
Tints of Red Orange #F54C2C
RGB
CMYK
RGB Variations
Color information
#F54C2C (or 0xF54C2C) is known color: Red Orange. HEX triplet: F5, 4C and 2C. RGB value is (245,76,44). Sum of RGB (Red+Green+Blue) = 245+76+44=365 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.12% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 245 - color contains mainly: red. Hex color #F54C2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54C2C is #0AB3D3. Grayscale: #7B7B7B. Windows color (decimal): -701396 or 2903285. OLE color: 2903285.
HSL color Cylindrical-coordinate representation of color #F54C2C: hue angle of 9.55º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F54C2C is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 76 | 44 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.04 |
| HSL | 9.55º | 0.91% | 0.57% | - |
| HSV(B) | 9.55º | 0.82% | 0.96% | - |
| XYZ | 40.7 | 24.76 | 5.02 | - |
| YUV | 122.88 | 83.49 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 76 | 44 | 0 | 0.69 | 0.82 | 0.04 | 9.55 | 0.91 | 0.57 |
| Hex | F5 | 4C | 2C | 0 | 45 | 52 | 4 | A | 5B | 39 |
| Octal | 365 | 114 | 54 | 0 | 105 | 122 | 4 | 12 | 133 | 71 |
| Binary | 11110101 | 1001100 | 101100 | 0 | 1000101 | 1010010 | 100 | 1010 | 1011011 | 111001 |
Color Harmonies of #F54C2C
Complementary color
Monochromatic Colors of #F54C2C
Black with #F54C2C
Text Example
Text Example
White with #F54C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54C2C; }
p { color: rgb(245,76,44); }
H1.HeaderClassName
{
color: #F54C2C;
}
.AnyTagClassName
{
color: #F54C2C;
}
</style>
background-color css
<style>
a { background-color: #F54C2C; }
a { background-color: rgb(245,76,44); }
div.DivClassName
{
background-color: #F54C2C;
}
.BgClassName
{
background-color: #F54C2C;
}
</style>
border-color css
<style>
span { border-color: #F54C2C; }
span { border-color: rgb(245,76,44); }
td.TdClassName
{
border-color: #F54C2C;
}
.TagClassName
{
border-color: #F54C2C;
}
</style>