Shades of Red Orange #F63024
Tints of Red Orange #F63024
RGB
CMYK
RGB Variations
Color information
#F63024 (or 0xF63024) is known color: Red Orange. HEX triplet: F6, 30 and 24. RGB value is (246,48,36). Sum of RGB (Red+Green+Blue) = 246+48+36=330 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.55% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 246 - color contains mainly: red. Hex color #F63024 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63024 is #09CFDB. Grayscale: #6A6A6A. Windows color (decimal): -643036 or 2371830. OLE color: 2371830.
HSL color Cylindrical-coordinate representation of color #F63024: hue angle of 3.43º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F63024 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 36 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.04 |
| HSL | 3.43º | 0.92% | 0.55% | - |
| HSV(B) | 3.43º | 0.85% | 0.96% | - |
| XYZ | 39.38 | 21.83 | 3.81 | - |
| YUV | 105.83 | 88.6 | 227.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 36 | 0 | 0.80 | 0.85 | 0.04 | 3.43 | 0.92 | 0.55 |
| Hex | F6 | 30 | 24 | 0 | 50 | 55 | 4 | 3 | 5C | 37 |
| Octal | 366 | 60 | 44 | 0 | 120 | 125 | 4 | 3 | 134 | 67 |
| Binary | 11110110 | 110000 | 100100 | 0 | 1010000 | 1010101 | 100 | 11 | 1011100 | 110111 |
Color Harmonies of #F63024
Complementary color
Monochromatic Colors of #F63024
Black with #F63024
Text Example
Text Example
White with #F63024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63024; }
p { color: rgb(246,48,36); }
H1.HeaderClassName
{
color: #F63024;
}
.AnyTagClassName
{
color: #F63024;
}
</style>
background-color css
<style>
a { background-color: #F63024; }
a { background-color: rgb(246,48,36); }
div.DivClassName
{
background-color: #F63024;
}
.BgClassName
{
background-color: #F63024;
}
</style>
border-color css
<style>
span { border-color: #F63024; }
span { border-color: rgb(246,48,36); }
td.TdClassName
{
border-color: #F63024;
}
.TagClassName
{
border-color: #F63024;
}
</style>