Shades of Orange Red #F63D02
Tints of Orange Red #F63D02
RGB
CMYK
RGB Variations
Color information
#F63D02 (or 0xF63D02) is known color: Orange Red. HEX triplet: F6, 3D and 02. RGB value is (246,61,2). Sum of RGB (Red+Green+Blue) = 246+61+2=309 (40% of max value = 765). Red value is 246 (96.48% from 255 or 79.61% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 246 - color contains mainly: red. Hex color #F63D02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63D02 is #09C2FD. Grayscale: #6E6E6E. Windows color (decimal): -639742 or 146934. OLE color: 146934.
HSL color Cylindrical-coordinate representation of color #F63D02: hue angle of 14.51º 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 #F63D02 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 61 | 2 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.04 |
| HSL | 14.51º | 0.98% | 0.49% | - |
| HSV(B) | 14.51º | 0.99% | 0.96% | - |
| XYZ | 39.69 | 22.93 | 2.39 | - |
| YUV | 109.59 | 67.29 | 225.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 61 | 2 | 0 | 0.75 | 0.99 | 0.04 | 14.51 | 0.98 | 0.49 |
| Hex | F6 | 3D | 2 | 0 | 4B | 63 | 4 | F | 62 | 31 |
| Octal | 366 | 75 | 2 | 0 | 113 | 143 | 4 | 17 | 142 | 61 |
| Binary | 11110110 | 111101 | 10 | 0 | 1001011 | 1100011 | 100 | 1111 | 1100010 | 110001 |
Color Harmonies of #F63D02
Complementary color
Monochromatic Colors of #F63D02
Black with #F63D02
Text Example
Text Example
White with #F63D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63D02; }
p { color: rgb(246,61,2); }
H1.HeaderClassName
{
color: #F63D02;
}
.AnyTagClassName
{
color: #F63D02;
}
</style>
background-color css
<style>
a { background-color: #F63D02; }
a { background-color: rgb(246,61,2); }
div.DivClassName
{
background-color: #F63D02;
}
.BgClassName
{
background-color: #F63D02;
}
</style>
border-color css
<style>
span { border-color: #F63D02; }
span { border-color: rgb(246,61,2); }
td.TdClassName
{
border-color: #F63D02;
}
.TagClassName
{
border-color: #F63D02;
}
</style>