Shades of Orange Red #FF3C06
Tints of Orange Red #FF3C06
RGB
CMYK
RGB Variations
Color information
#FF3C06 (or 0xFF3C06) is known color: Orange Red. HEX triplet: FF, 3C and 06. RGB value is (255,60,6). Sum of RGB (Red+Green+Blue) = 255+60+6=321 (42% of max value = 765). Red value is 255 (100% from 255 or 79.44% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 6 (2.73% from 255 or 1.87% from 321); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3C06 is #00C3F9. Grayscale: #707070. Windows color (decimal): -50170 or 408831. OLE color: 408831.
HSL color Cylindrical-coordinate representation of color #FF3C06: hue angle of 13.01º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF3C06 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 6 | - |
| CMYK | 0 | 0.76 | 0.98 | 0 |
| HSL | 13.01º | 1% | 0.51% | - |
| HSV(B) | 13.01º | 0.98% | 1% | - |
| XYZ | 42.89 | 24.5 | 2.64 | - |
| YUV | 112.15 | 68.1 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 6 | 0 | 0.76 | 0.98 | 0 | 13.01 | 1 | 0.51 |
| Hex | FF | 3C | 6 | 0 | 4C | 62 | 0 | D | 64 | 33 |
| Octal | 377 | 74 | 6 | 0 | 114 | 142 | 0 | 15 | 144 | 63 |
| Binary | 11111111 | 111100 | 110 | 0 | 1001100 | 1100010 | 0 | 1101 | 1100100 | 110011 |
Color Harmonies of #FF3C06
Complementary color
Monochromatic Colors of #FF3C06
Black with #FF3C06
Text Example
Text Example
White with #FF3C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3C06; }
p { color: rgb(255,60,6); }
H1.HeaderClassName
{
color: #FF3C06;
}
.AnyTagClassName
{
color: #FF3C06;
}
</style>
background-color css
<style>
a { background-color: #FF3C06; }
a { background-color: rgb(255,60,6); }
div.DivClassName
{
background-color: #FF3C06;
}
.BgClassName
{
background-color: #FF3C06;
}
</style>
border-color css
<style>
span { border-color: #FF3C06; }
span { border-color: rgb(255,60,6); }
td.TdClassName
{
border-color: #FF3C06;
}
.TagClassName
{
border-color: #FF3C06;
}
</style>