Shades of Red Orange #F63A1B
Tints of Red Orange #F63A1B
RGB
CMYK
RGB Variations
Color information
#F63A1B (or 0xF63A1B) is known color: Red Orange. HEX triplet: F6, 3A and 1B. RGB value is (246,58,27). Sum of RGB (Red+Green+Blue) = 246+58+27=331 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.32% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 246 - color contains mainly: red. Hex color #F63A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63A1B is #09C5E4. Grayscale: #6E6E6E. Windows color (decimal): -640485 or 1784566. OLE color: 1784566.
HSL color Cylindrical-coordinate representation of color #F63A1B: hue angle of 8.49º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F63A1B is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 58 | 27 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.04 |
| HSL | 8.49º | 0.92% | 0.54% | - |
| HSV(B) | 8.49º | 0.89% | 0.96% | - |
| XYZ | 39.72 | 22.7 | 3.32 | - |
| YUV | 110.68 | 80.78 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 58 | 27 | 0 | 0.76 | 0.89 | 0.04 | 8.49 | 0.92 | 0.54 |
| Hex | F6 | 3A | 1B | 0 | 4C | 59 | 4 | 8 | 5C | 36 |
| Octal | 366 | 72 | 33 | 0 | 114 | 131 | 4 | 10 | 134 | 66 |
| Binary | 11110110 | 111010 | 11011 | 0 | 1001100 | 1011001 | 100 | 1000 | 1011100 | 110110 |
Color Harmonies of #F63A1B
Complementary color
Monochromatic Colors of #F63A1B
Black with #F63A1B
Text Example
Text Example
White with #F63A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63A1B; }
p { color: rgb(246,58,27); }
H1.HeaderClassName
{
color: #F63A1B;
}
.AnyTagClassName
{
color: #F63A1B;
}
</style>
background-color css
<style>
a { background-color: #F63A1B; }
a { background-color: rgb(246,58,27); }
div.DivClassName
{
background-color: #F63A1B;
}
.BgClassName
{
background-color: #F63A1B;
}
</style>
border-color css
<style>
span { border-color: #F63A1B; }
span { border-color: rgb(246,58,27); }
td.TdClassName
{
border-color: #F63A1B;
}
.TagClassName
{
border-color: #F63A1B;
}
</style>