Shades of Red Orange #F54C29
Tints of Red Orange #F54C29
RGB
CMYK
RGB Variations
Color information
#F54C29 (or 0xF54C29) is known color: Red Orange. HEX triplet: F5, 4C and 29. RGB value is (245,76,41). Sum of RGB (Red+Green+Blue) = 245+76+41=362 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.68% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 41 (16.41% from 255 or 11.33% from 362); Max value from RGB is 245 - color contains mainly: red. Hex color #F54C29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54C29 is #0AB3D6. Grayscale: #7A7A7A. Windows color (decimal): -701399 or 2706677. OLE color: 2706677.
HSL color Cylindrical-coordinate representation of color #F54C29: hue angle of 10.29º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F54C29 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 76 | 41 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.04 |
| HSL | 10.29º | 0.91% | 0.56% | - |
| HSV(B) | 10.29º | 0.83% | 0.96% | - |
| XYZ | 40.64 | 24.74 | 4.73 | - |
| YUV | 122.54 | 81.99 | 215.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 76 | 41 | 0 | 0.69 | 0.83 | 0.04 | 10.29 | 0.91 | 0.56 |
| Hex | F5 | 4C | 29 | 0 | 45 | 53 | 4 | A | 5B | 38 |
| Octal | 365 | 114 | 51 | 0 | 105 | 123 | 4 | 12 | 133 | 70 |
| Binary | 11110101 | 1001100 | 101001 | 0 | 1000101 | 1010011 | 100 | 1010 | 1011011 | 111000 |
Color Harmonies of #F54C29
Complementary color
Monochromatic Colors of #F54C29
Black with #F54C29
Text Example
Text Example
White with #F54C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54C29; }
p { color: rgb(245,76,41); }
H1.HeaderClassName
{
color: #F54C29;
}
.AnyTagClassName
{
color: #F54C29;
}
</style>
background-color css
<style>
a { background-color: #F54C29; }
a { background-color: rgb(245,76,41); }
div.DivClassName
{
background-color: #F54C29;
}
.BgClassName
{
background-color: #F54C29;
}
</style>
border-color css
<style>
span { border-color: #F54C29; }
span { border-color: rgb(245,76,41); }
td.TdClassName
{
border-color: #F54C29;
}
.TagClassName
{
border-color: #F54C29;
}
</style>