Shades of Red Orange #FF3F2E
Tints of Red Orange #FF3F2E
RGB
CMYK
RGB Variations
Color information
#FF3F2E (or 0xFF3F2E) is known color: Red Orange. HEX triplet: FF, 3F and 2E. RGB value is (255,63,46). Sum of RGB (Red+Green+Blue) = 255+63+46=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 46 (18.36% from 255 or 12.64% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3F2E is #00C0D1. Grayscale: #767676. Windows color (decimal): -49362 or 3031039. OLE color: 3031039.
HSL color Cylindrical-coordinate representation of color #FF3F2E: hue angle of 4.88º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF3F2E is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 46 | - |
| CMYK | 0 | 0.75 | 0.82 | 0 |
| HSL | 4.88º | 1% | 0.59% | - |
| HSV(B) | 4.88º | 0.82% | 1% | - |
| XYZ | 43.51 | 25.01 | 5.12 | - |
| YUV | 118.47 | 87.11 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 46 | 0 | 0.75 | 0.82 | 0 | 4.88 | 1 | 0.59 |
| Hex | FF | 3F | 2E | 0 | 4B | 52 | 0 | 5 | 64 | 3B |
| Octal | 377 | 77 | 56 | 0 | 113 | 122 | 0 | 5 | 144 | 73 |
| Binary | 11111111 | 111111 | 101110 | 0 | 1001011 | 1010010 | 0 | 101 | 1100100 | 111011 |
Color Harmonies of #FF3F2E
Complementary color
Monochromatic Colors of #FF3F2E
Black with #FF3F2E
Text Example
Text Example
White with #FF3F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3F2E; }
p { color: rgb(255,63,46); }
H1.HeaderClassName
{
color: #FF3F2E;
}
.AnyTagClassName
{
color: #FF3F2E;
}
</style>
background-color css
<style>
a { background-color: #FF3F2E; }
a { background-color: rgb(255,63,46); }
div.DivClassName
{
background-color: #FF3F2E;
}
.BgClassName
{
background-color: #FF3F2E;
}
</style>
border-color css
<style>
span { border-color: #FF3F2E; }
span { border-color: rgb(255,63,46); }
td.TdClassName
{
border-color: #FF3F2E;
}
.TagClassName
{
border-color: #FF3F2E;
}
</style>