Shades of Red Orange #F63B1B
Tints of Red Orange #F63B1B
RGB
CMYK
RGB Variations
Color information
#F63B1B (or 0xF63B1B) is known color: Red Orange. HEX triplet: F6, 3B and 1B. RGB value is (246,59,27). Sum of RGB (Red+Green+Blue) = 246+59+27=332 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.10% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 246 - color contains mainly: red. Hex color #F63B1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63B1B is #09C4E4. Grayscale: #6F6F6F. Windows color (decimal): -640229 or 1784822. OLE color: 1784822.
HSL color Cylindrical-coordinate representation of color #F63B1B: hue angle of 8.77º 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 #F63B1B is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 59 | 27 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.04 |
| HSL | 8.77º | 0.92% | 0.54% | - |
| HSV(B) | 8.77º | 0.89% | 0.96% | - |
| XYZ | 39.77 | 22.8 | 3.34 | - |
| YUV | 111.27 | 80.45 | 224.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 59 | 27 | 0 | 0.76 | 0.89 | 0.04 | 8.77 | 0.92 | 0.54 |
| Hex | F6 | 3B | 1B | 0 | 4C | 59 | 4 | 9 | 5C | 36 |
| Octal | 366 | 73 | 33 | 0 | 114 | 131 | 4 | 11 | 134 | 66 |
| Binary | 11110110 | 111011 | 11011 | 0 | 1001100 | 1011001 | 100 | 1001 | 1011100 | 110110 |
Color Harmonies of #F63B1B
Complementary color
Monochromatic Colors of #F63B1B
Black with #F63B1B
Text Example
Text Example
White with #F63B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63B1B; }
p { color: rgb(246,59,27); }
H1.HeaderClassName
{
color: #F63B1B;
}
.AnyTagClassName
{
color: #F63B1B;
}
</style>
background-color css
<style>
a { background-color: #F63B1B; }
a { background-color: rgb(246,59,27); }
div.DivClassName
{
background-color: #F63B1B;
}
.BgClassName
{
background-color: #F63B1B;
}
</style>
border-color css
<style>
span { border-color: #F63B1B; }
span { border-color: rgb(246,59,27); }
td.TdClassName
{
border-color: #F63B1B;
}
.TagClassName
{
border-color: #F63B1B;
}
</style>