Shades of Red Orange #F64430
Tints of Red Orange #F64430
RGB
CMYK
RGB Variations
Color information
#F64430 (or 0xF64430) is known color: Red Orange. HEX triplet: F6, 44 and 30. RGB value is (246,68,48). Sum of RGB (Red+Green+Blue) = 246+68+48=362 (47% of max value = 765). Red value is 246 (96.48% from 255 or 67.96% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 246 - color contains mainly: red. Hex color #F64430 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64430 is #09BBCF. Grayscale: #777777. Windows color (decimal): -637904 or 3163382. OLE color: 3163382.
HSL color Cylindrical-coordinate representation of color #F64430: hue angle of 6.06º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F64430 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 68 | 48 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.04 |
| HSL | 6.06º | 0.92% | 0.58% | - |
| HSV(B) | 6.06º | 0.8% | 0.96% | - |
| XYZ | 40.61 | 23.94 | 5.28 | - |
| YUV | 118.94 | 87.97 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 68 | 48 | 0 | 0.72 | 0.80 | 0.04 | 6.06 | 0.92 | 0.58 |
| Hex | F6 | 44 | 30 | 0 | 48 | 50 | 4 | 6 | 5C | 3A |
| Octal | 366 | 104 | 60 | 0 | 110 | 120 | 4 | 6 | 134 | 72 |
| Binary | 11110110 | 1000100 | 110000 | 0 | 1001000 | 1010000 | 100 | 110 | 1011100 | 111010 |
Color Harmonies of #F64430
Complementary color
Monochromatic Colors of #F64430
Black with #F64430
Text Example
Text Example
White with #F64430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64430; }
p { color: rgb(246,68,48); }
H1.HeaderClassName
{
color: #F64430;
}
.AnyTagClassName
{
color: #F64430;
}
</style>
background-color css
<style>
a { background-color: #F64430; }
a { background-color: rgb(246,68,48); }
div.DivClassName
{
background-color: #F64430;
}
.BgClassName
{
background-color: #F64430;
}
</style>
border-color css
<style>
span { border-color: #F64430; }
span { border-color: rgb(246,68,48); }
td.TdClassName
{
border-color: #F64430;
}
.TagClassName
{
border-color: #F64430;
}
</style>