Shades of Orange Red #F5450C
Tints of Orange Red #F5450C
RGB
CMYK
RGB Variations
Color information
#F5450C (or 0xF5450C) is known color: Orange Red. HEX triplet: F5, 45 and 0C. RGB value is (245,69,12). Sum of RGB (Red+Green+Blue) = 245+69+12=326 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.15% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 245 - color contains mainly: red. Hex color #F5450C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5450C is #0ABAF3. Grayscale: #737373. Windows color (decimal): -703220 or 804341. OLE color: 804341.
HSL color Cylindrical-coordinate representation of color #F5450C: hue angle of 14.68º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5450C is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 12 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.04 |
| HSL | 14.68º | 0.92% | 0.5% | - |
| HSV(B) | 14.68º | 0.95% | 0.96% | - |
| XYZ | 39.85 | 23.7 | 2.82 | - |
| YUV | 115.13 | 69.81 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 12 | 0 | 0.72 | 0.95 | 0.04 | 14.68 | 0.92 | 0.5 |
| Hex | F5 | 45 | C | 0 | 48 | 5F | 4 | F | 5C | 32 |
| Octal | 365 | 105 | 14 | 0 | 110 | 137 | 4 | 17 | 134 | 62 |
| Binary | 11110101 | 1000101 | 1100 | 0 | 1001000 | 1011111 | 100 | 1111 | 1011100 | 110010 |
Color Harmonies of #F5450C
Complementary color
Monochromatic Colors of #F5450C
Black with #F5450C
Text Example
Text Example
White with #F5450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5450C; }
p { color: rgb(245,69,12); }
H1.HeaderClassName
{
color: #F5450C;
}
.AnyTagClassName
{
color: #F5450C;
}
</style>
background-color css
<style>
a { background-color: #F5450C; }
a { background-color: rgb(245,69,12); }
div.DivClassName
{
background-color: #F5450C;
}
.BgClassName
{
background-color: #F5450C;
}
</style>
border-color css
<style>
span { border-color: #F5450C; }
span { border-color: rgb(245,69,12); }
td.TdClassName
{
border-color: #F5450C;
}
.TagClassName
{
border-color: #F5450C;
}
</style>