Shades of Orange Red #F6430C
Tints of Orange Red #F6430C
RGB
CMYK
RGB Variations
Color information
#F6430C (or 0xF6430C) is known color: Orange Red. HEX triplet: F6, 43 and 0C. RGB value is (246,67,12). Sum of RGB (Red+Green+Blue) = 246+67+12=325 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75.69% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 246 - color contains mainly: red. Hex color #F6430C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6430C is #09BCF3. Grayscale: #727272. Windows color (decimal): -638196 or 803830. OLE color: 803830.
HSL color Cylindrical-coordinate representation of color #F6430C: hue angle of 14.1º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6430C is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 67 | 12 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.04 |
| HSL | 14.1º | 0.93% | 0.51% | - |
| HSV(B) | 14.1º | 0.95% | 0.96% | - |
| XYZ | 40.08 | 23.63 | 2.8 | - |
| YUV | 114.25 | 70.3 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 67 | 12 | 0 | 0.73 | 0.95 | 0.04 | 14.1 | 0.93 | 0.51 |
| Hex | F6 | 43 | C | 0 | 49 | 5F | 4 | E | 5D | 33 |
| Octal | 366 | 103 | 14 | 0 | 111 | 137 | 4 | 16 | 135 | 63 |
| Binary | 11110110 | 1000011 | 1100 | 0 | 1001001 | 1011111 | 100 | 1110 | 1011101 | 110011 |
Color Harmonies of #F6430C
Complementary color
Monochromatic Colors of #F6430C
Black with #F6430C
Text Example
Text Example
White with #F6430C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6430C; }
p { color: rgb(246,67,12); }
H1.HeaderClassName
{
color: #F6430C;
}
.AnyTagClassName
{
color: #F6430C;
}
</style>
background-color css
<style>
a { background-color: #F6430C; }
a { background-color: rgb(246,67,12); }
div.DivClassName
{
background-color: #F6430C;
}
.BgClassName
{
background-color: #F6430C;
}
</style>
border-color css
<style>
span { border-color: #F6430C; }
span { border-color: rgb(246,67,12); }
td.TdClassName
{
border-color: #F6430C;
}
.TagClassName
{
border-color: #F6430C;
}
</style>