Shades of Red Orange #F64D21
Tints of Red Orange #F64D21
RGB
CMYK
RGB Variations
Color information
#F64D21 (or 0xF64D21) is known color: Red Orange. HEX triplet: F6, 4D and 21. RGB value is (246,77,33). Sum of RGB (Red+Green+Blue) = 246+77+33=356 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.10% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F64D21 is #09B2DE. Grayscale: #7A7A7A. Windows color (decimal): -635615 or 2182646. OLE color: 2182646.
HSL color Cylindrical-coordinate representation of color #F64D21: hue angle of 12.39º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F64D21 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 77 | 33 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.04 |
| HSL | 12.39º | 0.92% | 0.55% | - |
| HSV(B) | 12.39º | 0.87% | 0.96% | - |
| XYZ | 40.93 | 25.01 | 4.11 | - |
| YUV | 122.52 | 77.49 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 77 | 33 | 0 | 0.69 | 0.87 | 0.04 | 12.39 | 0.92 | 0.55 |
| Hex | F6 | 4D | 21 | 0 | 45 | 57 | 4 | C | 5C | 37 |
| Octal | 366 | 115 | 41 | 0 | 105 | 127 | 4 | 14 | 134 | 67 |
| Binary | 11110110 | 1001101 | 100001 | 0 | 1000101 | 1010111 | 100 | 1100 | 1011100 | 110111 |
Color Harmonies of #F64D21
Complementary color
Monochromatic Colors of #F64D21
Black with #F64D21
Text Example
Text Example
White with #F64D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64D21; }
p { color: rgb(246,77,33); }
H1.HeaderClassName
{
color: #F64D21;
}
.AnyTagClassName
{
color: #F64D21;
}
</style>
background-color css
<style>
a { background-color: #F64D21; }
a { background-color: rgb(246,77,33); }
div.DivClassName
{
background-color: #F64D21;
}
.BgClassName
{
background-color: #F64D21;
}
</style>
border-color css
<style>
span { border-color: #F64D21; }
span { border-color: rgb(246,77,33); }
td.TdClassName
{
border-color: #F64D21;
}
.TagClassName
{
border-color: #F64D21;
}
</style>