Shades of Red Orange #F63028
Tints of Red Orange #F63028
RGB
CMYK
RGB Variations
Color information
#F63028 (or 0xF63028) is known color: Red Orange. HEX triplet: F6, 30 and 28. RGB value is (246,48,40). Sum of RGB (Red+Green+Blue) = 246+48+40=334 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.65% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 246 - color contains mainly: red. Hex color #F63028 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63028 is #09CFD7. Grayscale: #6A6A6A. Windows color (decimal): -643032 or 2633974. OLE color: 2633974.
HSL color Cylindrical-coordinate representation of color #F63028: hue angle of 2.33º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F63028 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 40 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.04 |
| HSL | 2.33º | 0.92% | 0.56% | - |
| HSV(B) | 2.33º | 0.84% | 0.96% | - |
| XYZ | 39.45 | 21.86 | 4.15 | - |
| YUV | 106.29 | 90.6 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 40 | 0 | 0.80 | 0.84 | 0.04 | 2.33 | 0.92 | 0.56 |
| Hex | F6 | 30 | 28 | 0 | 50 | 54 | 4 | 2 | 5C | 38 |
| Octal | 366 | 60 | 50 | 0 | 120 | 124 | 4 | 2 | 134 | 70 |
| Binary | 11110110 | 110000 | 101000 | 0 | 1010000 | 1010100 | 100 | 10 | 1011100 | 111000 |
Color Harmonies of #F63028
Complementary color
Monochromatic Colors of #F63028
Black with #F63028
Text Example
Text Example
White with #F63028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63028; }
p { color: rgb(246,48,40); }
H1.HeaderClassName
{
color: #F63028;
}
.AnyTagClassName
{
color: #F63028;
}
</style>
background-color css
<style>
a { background-color: #F63028; }
a { background-color: rgb(246,48,40); }
div.DivClassName
{
background-color: #F63028;
}
.BgClassName
{
background-color: #F63028;
}
</style>
border-color css
<style>
span { border-color: #F63028; }
span { border-color: rgb(246,48,40); }
td.TdClassName
{
border-color: #F63028;
}
.TagClassName
{
border-color: #F63028;
}
</style>