Shades of Red Orange #F64528
Tints of Red Orange #F64528
RGB
CMYK
RGB Variations
Color information
#F64528 (or 0xF64528) is known color: Red Orange. HEX triplet: F6, 45 and 28. RGB value is (246,69,40). Sum of RGB (Red+Green+Blue) = 246+69+40=355 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.30% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 246 - color contains mainly: red. Hex color #F64528 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64528 is #09BAD7. Grayscale: #767676. Windows color (decimal): -637656 or 2639350. OLE color: 2639350.
HSL color Cylindrical-coordinate representation of color #F64528: hue angle of 8.45º 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 #F64528 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 69 | 40 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.04 |
| HSL | 8.45º | 0.92% | 0.56% | - |
| HSV(B) | 8.45º | 0.84% | 0.96% | - |
| XYZ | 40.52 | 24 | 4.5 | - |
| YUV | 118.62 | 83.64 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 69 | 40 | 0 | 0.72 | 0.84 | 0.04 | 8.45 | 0.92 | 0.56 |
| Hex | F6 | 45 | 28 | 0 | 48 | 54 | 4 | 8 | 5C | 38 |
| Octal | 366 | 105 | 50 | 0 | 110 | 124 | 4 | 10 | 134 | 70 |
| Binary | 11110110 | 1000101 | 101000 | 0 | 1001000 | 1010100 | 100 | 1000 | 1011100 | 111000 |
Color Harmonies of #F64528
Complementary color
Monochromatic Colors of #F64528
Black with #F64528
Text Example
Text Example
White with #F64528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64528; }
p { color: rgb(246,69,40); }
H1.HeaderClassName
{
color: #F64528;
}
.AnyTagClassName
{
color: #F64528;
}
</style>
background-color css
<style>
a { background-color: #F64528; }
a { background-color: rgb(246,69,40); }
div.DivClassName
{
background-color: #F64528;
}
.BgClassName
{
background-color: #F64528;
}
</style>
border-color css
<style>
span { border-color: #F64528; }
span { border-color: rgb(246,69,40); }
td.TdClassName
{
border-color: #F64528;
}
.TagClassName
{
border-color: #F64528;
}
</style>