Shades of Orange Red #F63802
Tints of Orange Red #F63802
RGB
CMYK
RGB Variations
Color information
#F63802 (or 0xF63802) is known color: Orange Red. HEX triplet: F6, 38 and 02. RGB value is (246,56,2). Sum of RGB (Red+Green+Blue) = 246+56+2=304 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.92% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 246 - color contains mainly: red. Hex color #F63802 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63802 is #09C7FD. Grayscale: #6B6B6B. Windows color (decimal): -641022 or 145654. OLE color: 145654.
HSL color Cylindrical-coordinate representation of color #F63802: hue angle of 13.28º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F63802 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 56 | 2 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.04 |
| HSL | 13.28º | 0.98% | 0.49% | - |
| HSV(B) | 13.28º | 0.99% | 0.96% | - |
| XYZ | 39.43 | 22.43 | 2.31 | - |
| YUV | 106.65 | 68.95 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 56 | 2 | 0 | 0.77 | 0.99 | 0.04 | 13.28 | 0.98 | 0.49 |
| Hex | F6 | 38 | 2 | 0 | 4D | 63 | 4 | D | 62 | 31 |
| Octal | 366 | 70 | 2 | 0 | 115 | 143 | 4 | 15 | 142 | 61 |
| Binary | 11110110 | 111000 | 10 | 0 | 1001101 | 1100011 | 100 | 1101 | 1100010 | 110001 |
Color Harmonies of #F63802
Complementary color
Monochromatic Colors of #F63802
Black with #F63802
Text Example
Text Example
White with #F63802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63802; }
p { color: rgb(246,56,2); }
H1.HeaderClassName
{
color: #F63802;
}
.AnyTagClassName
{
color: #F63802;
}
</style>
background-color css
<style>
a { background-color: #F63802; }
a { background-color: rgb(246,56,2); }
div.DivClassName
{
background-color: #F63802;
}
.BgClassName
{
background-color: #F63802;
}
</style>
border-color css
<style>
span { border-color: #F63802; }
span { border-color: rgb(246,56,2); }
td.TdClassName
{
border-color: #F63802;
}
.TagClassName
{
border-color: #F63802;
}
</style>