Shades of Orange Red #FF3E06
Tints of Orange Red #FF3E06
RGB
CMYK
RGB Variations
Color information
#FF3E06 (or 0xFF3E06) is known color: Orange Red. HEX triplet: FF, 3E and 06. RGB value is (255,62,6). Sum of RGB (Red+Green+Blue) = 255+62+6=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 6 (2.73% from 255 or 1.86% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3E06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3E06 is #00C1F9. Grayscale: #717171. Windows color (decimal): -49658 or 409343. OLE color: 409343.
HSL color Cylindrical-coordinate representation of color #FF3E06: hue angle of 13.49º 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 #FF3E06 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 6 | - |
| CMYK | 0 | 0.76 | 0.98 | 0 |
| HSL | 13.49º | 1% | 0.51% | - |
| HSV(B) | 13.49º | 0.98% | 1% | - |
| XYZ | 43 | 24.72 | 2.68 | - |
| YUV | 113.32 | 67.44 | 229.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 6 | 0 | 0.76 | 0.98 | 0 | 13.49 | 1 | 0.51 |
| Hex | FF | 3E | 6 | 0 | 4C | 62 | 0 | D | 64 | 33 |
| Octal | 377 | 76 | 6 | 0 | 114 | 142 | 0 | 15 | 144 | 63 |
| Binary | 11111111 | 111110 | 110 | 0 | 1001100 | 1100010 | 0 | 1101 | 1100100 | 110011 |
Color Harmonies of #FF3E06
Complementary color
Monochromatic Colors of #FF3E06
Black with #FF3E06
Text Example
Text Example
White with #FF3E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3E06; }
p { color: rgb(255,62,6); }
H1.HeaderClassName
{
color: #FF3E06;
}
.AnyTagClassName
{
color: #FF3E06;
}
</style>
background-color css
<style>
a { background-color: #FF3E06; }
a { background-color: rgb(255,62,6); }
div.DivClassName
{
background-color: #FF3E06;
}
.BgClassName
{
background-color: #FF3E06;
}
</style>
border-color css
<style>
span { border-color: #FF3E06; }
span { border-color: rgb(255,62,6); }
td.TdClassName
{
border-color: #FF3E06;
}
.TagClassName
{
border-color: #FF3E06;
}
</style>