Shades of Red Orange #FF3F1E
Tints of Red Orange #FF3F1E
RGB
CMYK
RGB Variations
Color information
#FF3F1E (or 0xFF3F1E) is known color: Red Orange. HEX triplet: FF, 3F and 1E. RGB value is (255,63,30). Sum of RGB (Red+Green+Blue) = 255+63+30=348 (46% of max value = 765). Red value is 255 (100% from 255 or 73.28% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3F1E is #00C0E1. Grayscale: #747474. Windows color (decimal): -49378 or 1982463. OLE color: 1982463.
HSL color Cylindrical-coordinate representation of color #FF3F1E: hue angle of 8.8º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF3F1E is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 30 | - |
| CMYK | 0 | 0.75 | 0.88 | 0 |
| HSL | 8.8º | 1% | 0.56% | - |
| HSV(B) | 8.8º | 0.88% | 1% | - |
| XYZ | 43.25 | 24.91 | 3.76 | - |
| YUV | 116.65 | 79.11 | 226.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 30 | 0 | 0.75 | 0.88 | 0 | 8.8 | 1 | 0.56 |
| Hex | FF | 3F | 1E | 0 | 4B | 58 | 0 | 9 | 64 | 38 |
| Octal | 377 | 77 | 36 | 0 | 113 | 130 | 0 | 11 | 144 | 70 |
| Binary | 11111111 | 111111 | 11110 | 0 | 1001011 | 1011000 | 0 | 1001 | 1100100 | 111000 |
Color Harmonies of #FF3F1E
Complementary color
Monochromatic Colors of #FF3F1E
Black with #FF3F1E
Text Example
Text Example
White with #FF3F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3F1E; }
p { color: rgb(255,63,30); }
H1.HeaderClassName
{
color: #FF3F1E;
}
.AnyTagClassName
{
color: #FF3F1E;
}
</style>
background-color css
<style>
a { background-color: #FF3F1E; }
a { background-color: rgb(255,63,30); }
div.DivClassName
{
background-color: #FF3F1E;
}
.BgClassName
{
background-color: #FF3F1E;
}
</style>
border-color css
<style>
span { border-color: #FF3F1E; }
span { border-color: rgb(255,63,30); }
td.TdClassName
{
border-color: #FF3F1E;
}
.TagClassName
{
border-color: #FF3F1E;
}
</style>