Shades of Orange Red #F63D01
Tints of Orange Red #F63D01
RGB
CMYK
RGB Variations
Color information
#F63D01 (or 0xF63D01) is known color: Orange Red. HEX triplet: F6, 3D and 01. RGB value is (246,61,1). Sum of RGB (Red+Green+Blue) = 246+61+1=308 (40% of max value = 765). Red value is 246 (96.48% from 255 or 79.87% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 246 - color contains mainly: red. Hex color #F63D01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63D01 is #09C2FE. Grayscale: #6D6D6D. Windows color (decimal): -639743 or 81398. OLE color: 81398.
HSL color Cylindrical-coordinate representation of color #F63D01: hue angle of 14.69º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F63D01 is Cyan = 0, Magento = 0.75, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 61 | 1 | - |
| CMYK | 0 | 0.75 | 1.00 | 0.04 |
| HSL | 14.69º | 0.99% | 0.48% | - |
| HSV(B) | 14.69º | 1% | 0.96% | - |
| XYZ | 39.68 | 22.93 | 2.36 | - |
| YUV | 109.48 | 66.79 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 61 | 1 | 0 | 0.75 | 1.00 | 0.04 | 14.69 | 0.99 | 0.48 |
| Hex | F6 | 3D | 1 | 0 | 4B | 64 | 4 | F | 63 | 30 |
| Octal | 366 | 75 | 1 | 0 | 113 | 144 | 4 | 17 | 143 | 60 |
| Binary | 11110110 | 111101 | 1 | 0 | 1001011 | 1100100 | 100 | 1111 | 1100011 | 110000 |
Color Harmonies of #F63D01
Complementary color
Monochromatic Colors of #F63D01
Black with #F63D01
Text Example
Text Example
White with #F63D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63D01; }
p { color: rgb(246,61,1); }
H1.HeaderClassName
{
color: #F63D01;
}
.AnyTagClassName
{
color: #F63D01;
}
</style>
background-color css
<style>
a { background-color: #F63D01; }
a { background-color: rgb(246,61,1); }
div.DivClassName
{
background-color: #F63D01;
}
.BgClassName
{
background-color: #F63D01;
}
</style>
border-color css
<style>
span { border-color: #F63D01; }
span { border-color: rgb(246,61,1); }
td.TdClassName
{
border-color: #F63D01;
}
.TagClassName
{
border-color: #F63D01;
}
</style>