Shades of Orange Red #FF3E02
Tints of Orange Red #FF3E02
RGB
CMYK
RGB Variations
Color information
#FF3E02 (or 0xFF3E02) is known color: Orange Red. HEX triplet: FF, 3E and 02. RGB value is (255,62,2). Sum of RGB (Red+Green+Blue) = 255+62+2=319 (42% of max value = 765). Red value is 255 (100% from 255 or 79.94% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3E02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3E02 is #00C1FD. Grayscale: #717171. Windows color (decimal): -49662 or 147199. OLE color: 147199.
HSL color Cylindrical-coordinate representation of color #FF3E02: hue angle of 14.23º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF3E02 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 2 | - |
| CMYK | 0 | 0.76 | 0.99 | 0 |
| HSL | 14.23º | 1% | 0.5% | - |
| HSV(B) | 14.23º | 0.99% | 1% | - |
| XYZ | 42.97 | 24.71 | 2.56 | - |
| YUV | 112.87 | 65.44 | 229.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 2 | 0 | 0.76 | 0.99 | 0 | 14.23 | 1 | 0.5 |
| Hex | FF | 3E | 2 | 0 | 4C | 63 | 0 | E | 64 | 32 |
| Octal | 377 | 76 | 2 | 0 | 114 | 143 | 0 | 16 | 144 | 62 |
| Binary | 11111111 | 111110 | 10 | 0 | 1001100 | 1100011 | 0 | 1110 | 1100100 | 110010 |
Color Harmonies of #FF3E02
Complementary color
Monochromatic Colors of #FF3E02
Black with #FF3E02
Text Example
Text Example
White with #FF3E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3E02; }
p { color: rgb(255,62,2); }
H1.HeaderClassName
{
color: #FF3E02;
}
.AnyTagClassName
{
color: #FF3E02;
}
</style>
background-color css
<style>
a { background-color: #FF3E02; }
a { background-color: rgb(255,62,2); }
div.DivClassName
{
background-color: #FF3E02;
}
.BgClassName
{
background-color: #FF3E02;
}
</style>
border-color css
<style>
span { border-color: #FF3E02; }
span { border-color: rgb(255,62,2); }
td.TdClassName
{
border-color: #FF3E02;
}
.TagClassName
{
border-color: #FF3E02;
}
</style>