Shades of Orange Red #F6450A
Tints of Orange Red #F6450A
RGB
CMYK
RGB Variations
Color information
#F6450A (or 0xF6450A) is known color: Orange Red. HEX triplet: F6, 45 and 0A. RGB value is (246,69,10). Sum of RGB (Red+Green+Blue) = 246+69+10=325 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75.69% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 246 - color contains mainly: red. Hex color #F6450A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6450A is #09BAF5. Grayscale: #737373. Windows color (decimal): -637686 or 673270. OLE color: 673270.
HSL color Cylindrical-coordinate representation of color #F6450A: hue angle of 15º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F6450A is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 69 | 10 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.04 |
| HSL | 15º | 0.93% | 0.5% | - |
| HSV(B) | 15º | 0.96% | 0.96% | - |
| XYZ | 40.19 | 23.87 | 2.78 | - |
| YUV | 115.2 | 68.64 | 221.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 69 | 10 | 0 | 0.72 | 0.96 | 0.04 | 15 | 0.93 | 0.5 |
| Hex | F6 | 45 | A | 0 | 48 | 60 | 4 | F | 5D | 32 |
| Octal | 366 | 105 | 12 | 0 | 110 | 140 | 4 | 17 | 135 | 62 |
| Binary | 11110110 | 1000101 | 1010 | 0 | 1001000 | 1100000 | 100 | 1111 | 1011101 | 110010 |
Color Harmonies of #F6450A
Complementary color
Monochromatic Colors of #F6450A
Black with #F6450A
Text Example
Text Example
White with #F6450A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6450A; }
p { color: rgb(246,69,10); }
H1.HeaderClassName
{
color: #F6450A;
}
.AnyTagClassName
{
color: #F6450A;
}
</style>
background-color css
<style>
a { background-color: #F6450A; }
a { background-color: rgb(246,69,10); }
div.DivClassName
{
background-color: #F6450A;
}
.BgClassName
{
background-color: #F6450A;
}
</style>
border-color css
<style>
span { border-color: #F6450A; }
span { border-color: rgb(246,69,10); }
td.TdClassName
{
border-color: #F6450A;
}
.TagClassName
{
border-color: #F6450A;
}
</style>