Shades of Red Orange #F64023
Tints of Red Orange #F64023
RGB
CMYK
RGB Variations
Color information
#F64023 (or 0xF64023) is known color: Red Orange. HEX triplet: F6, 40 and 23. RGB value is (246,64,35). Sum of RGB (Red+Green+Blue) = 246+64+35=345 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.30% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 35 (14.06% from 255 or 10.14% from 345); Max value from RGB is 246 - color contains mainly: red. Hex color #F64023 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64023 is #09BFDC. Grayscale: #737373. Windows color (decimal): -638941 or 2310390. OLE color: 2310390.
HSL color Cylindrical-coordinate representation of color #F64023: hue angle of 8.25º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F64023 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 35 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.04 |
| HSL | 8.25º | 0.92% | 0.55% | - |
| HSV(B) | 8.25º | 0.86% | 0.96% | - |
| XYZ | 40.14 | 23.38 | 3.99 | - |
| YUV | 115.11 | 82.8 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 35 | 0 | 0.74 | 0.86 | 0.04 | 8.25 | 0.92 | 0.55 |
| Hex | F6 | 40 | 23 | 0 | 4A | 56 | 4 | 8 | 5C | 37 |
| Octal | 366 | 100 | 43 | 0 | 112 | 126 | 4 | 10 | 134 | 67 |
| Binary | 11110110 | 1000000 | 100011 | 0 | 1001010 | 1010110 | 100 | 1000 | 1011100 | 110111 |
Color Harmonies of #F64023
Complementary color
Monochromatic Colors of #F64023
Black with #F64023
Text Example
Text Example
White with #F64023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64023; }
p { color: rgb(246,64,35); }
H1.HeaderClassName
{
color: #F64023;
}
.AnyTagClassName
{
color: #F64023;
}
</style>
background-color css
<style>
a { background-color: #F64023; }
a { background-color: rgb(246,64,35); }
div.DivClassName
{
background-color: #F64023;
}
.BgClassName
{
background-color: #F64023;
}
</style>
border-color css
<style>
span { border-color: #F64023; }
span { border-color: rgb(246,64,35); }
td.TdClassName
{
border-color: #F64023;
}
.TagClassName
{
border-color: #F64023;
}
</style>