Shades of Orange Red #FF3F0E
Tints of Orange Red #FF3F0E
RGB
CMYK
RGB Variations
Color information
#FF3F0E (or 0xFF3F0E) is known color: Orange Red. HEX triplet: FF, 3F and 0E. RGB value is (255,63,14). Sum of RGB (Red+Green+Blue) = 255+63+14=332 (43% of max value = 765). Red value is 255 (100% from 255 or 76.81% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3F0E is #00C0F1. Grayscale: #737373. Windows color (decimal): -49394 or 933887. OLE color: 933887.
HSL color Cylindrical-coordinate representation of color #FF3F0E: hue angle of 12.2º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF3F0E is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 14 | - |
| CMYK | 0 | 0.75 | 0.95 | 0 |
| HSL | 12.2º | 1% | 0.53% | - |
| HSV(B) | 12.2º | 0.95% | 1% | - |
| XYZ | 43.1 | 24.85 | 2.94 | - |
| YUV | 114.82 | 71.11 | 227.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 14 | 0 | 0.75 | 0.95 | 0 | 12.2 | 1 | 0.53 |
| Hex | FF | 3F | E | 0 | 4B | 5F | 0 | C | 64 | 35 |
| Octal | 377 | 77 | 16 | 0 | 113 | 137 | 0 | 14 | 144 | 65 |
| Binary | 11111111 | 111111 | 1110 | 0 | 1001011 | 1011111 | 0 | 1100 | 1100100 | 110101 |
Color Harmonies of #FF3F0E
Complementary color
Monochromatic Colors of #FF3F0E
Black with #FF3F0E
Text Example
Text Example
White with #FF3F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3F0E; }
p { color: rgb(255,63,14); }
H1.HeaderClassName
{
color: #FF3F0E;
}
.AnyTagClassName
{
color: #FF3F0E;
}
</style>
background-color css
<style>
a { background-color: #FF3F0E; }
a { background-color: rgb(255,63,14); }
div.DivClassName
{
background-color: #FF3F0E;
}
.BgClassName
{
background-color: #FF3F0E;
}
</style>
border-color css
<style>
span { border-color: #FF3F0E; }
span { border-color: rgb(255,63,14); }
td.TdClassName
{
border-color: #FF3F0E;
}
.TagClassName
{
border-color: #FF3F0E;
}
</style>