Shades of Orange Red #FF3E08
Tints of Orange Red #FF3E08
RGB
CMYK
RGB Variations
Color information
#FF3E08 (or 0xFF3E08) is known color: Orange Red. HEX triplet: FF, 3E and 08. RGB value is (255,62,8). Sum of RGB (Red+Green+Blue) = 255+62+8=325 (43% of max value = 765). Red value is 255 (100% from 255 or 78.46% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3E08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3E08 is #00C1F7. Grayscale: #717171. Windows color (decimal): -49656 or 540415. OLE color: 540415.
HSL color Cylindrical-coordinate representation of color #FF3E08: hue angle of 13.12º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF3E08 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 8 | - |
| CMYK | 0 | 0.76 | 0.97 | 0 |
| HSL | 13.12º | 1% | 0.52% | - |
| HSV(B) | 13.12º | 0.97% | 1% | - |
| XYZ | 43.01 | 24.72 | 2.74 | - |
| YUV | 113.55 | 68.44 | 228.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 8 | 0 | 0.76 | 0.97 | 0 | 13.12 | 1 | 0.52 |
| Hex | FF | 3E | 8 | 0 | 4C | 61 | 0 | D | 64 | 34 |
| Octal | 377 | 76 | 10 | 0 | 114 | 141 | 0 | 15 | 144 | 64 |
| Binary | 11111111 | 111110 | 1000 | 0 | 1001100 | 1100001 | 0 | 1101 | 1100100 | 110100 |
Color Harmonies of #FF3E08
Complementary color
Monochromatic Colors of #FF3E08
Black with #FF3E08
Text Example
Text Example
White with #FF3E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3E08; }
p { color: rgb(255,62,8); }
H1.HeaderClassName
{
color: #FF3E08;
}
.AnyTagClassName
{
color: #FF3E08;
}
</style>
background-color css
<style>
a { background-color: #FF3E08; }
a { background-color: rgb(255,62,8); }
div.DivClassName
{
background-color: #FF3E08;
}
.BgClassName
{
background-color: #FF3E08;
}
</style>
border-color css
<style>
span { border-color: #FF3E08; }
span { border-color: rgb(255,62,8); }
td.TdClassName
{
border-color: #FF3E08;
}
.TagClassName
{
border-color: #FF3E08;
}
</style>