Shades of Red Orange #F64228
Tints of Red Orange #F64228
RGB
CMYK
RGB Variations
Color information
#F64228 (or 0xF64228) is known color: Red Orange. HEX triplet: F6, 42 and 28. RGB value is (246,66,40). Sum of RGB (Red+Green+Blue) = 246+66+40=352 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.89% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 246 - color contains mainly: red. Hex color #F64228 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64228 is #09BDD7. Grayscale: #757575. Windows color (decimal): -638424 or 2638582. OLE color: 2638582.
HSL color Cylindrical-coordinate representation of color #F64228: hue angle of 7.57º 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 #F64228 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 66 | 40 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.04 |
| HSL | 7.57º | 0.92% | 0.56% | - |
| HSV(B) | 7.57º | 0.84% | 0.96% | - |
| XYZ | 40.34 | 23.64 | 4.44 | - |
| YUV | 116.86 | 84.63 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 66 | 40 | 0 | 0.73 | 0.84 | 0.04 | 7.57 | 0.92 | 0.56 |
| Hex | F6 | 42 | 28 | 0 | 49 | 54 | 4 | 8 | 5C | 38 |
| Octal | 366 | 102 | 50 | 0 | 111 | 124 | 4 | 10 | 134 | 70 |
| Binary | 11110110 | 1000010 | 101000 | 0 | 1001001 | 1010100 | 100 | 1000 | 1011100 | 111000 |
Color Harmonies of #F64228
Complementary color
Monochromatic Colors of #F64228
Black with #F64228
Text Example
Text Example
White with #F64228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64228; }
p { color: rgb(246,66,40); }
H1.HeaderClassName
{
color: #F64228;
}
.AnyTagClassName
{
color: #F64228;
}
</style>
background-color css
<style>
a { background-color: #F64228; }
a { background-color: rgb(246,66,40); }
div.DivClassName
{
background-color: #F64228;
}
.BgClassName
{
background-color: #F64228;
}
</style>
border-color css
<style>
span { border-color: #F64228; }
span { border-color: rgb(246,66,40); }
td.TdClassName
{
border-color: #F64228;
}
.TagClassName
{
border-color: #F64228;
}
</style>