Shades of Orange Red #FF3F00
Tints of Orange Red #FF3F00
RGB
CMYK
RGB Variations
Color information
#FF3F00 (or 0xFF3F00) is known color: Orange Red. HEX triplet: FF, 3F and 00. RGB value is (255,63,0). Sum of RGB (Red+Green+Blue) = 255+63+0=318 (42% of max value = 765). Red value is 255 (100% from 255 or 80.19% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3F00 is #00C0FF. Grayscale: #717171. Windows color (decimal): -49408 or 16383. OLE color: 16383.
HSL color Cylindrical-coordinate representation of color #FF3F00: hue angle of 14.82º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF3F00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0 |
| HSL | 14.82º | 1% | 0.5% | - |
| HSV(B) | 14.82º | 1% | 1% | - |
| XYZ | 43.02 | 24.82 | 2.52 | - |
| YUV | 113.23 | 64.11 | 229.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 0 | 0 | 0.75 | 1 | 0 | 14.82 | 1 | 0.5 |
| Hex | FF | 3F | 0 | 0 | 4B | 64 | 0 | F | 64 | 32 |
| Octal | 377 | 77 | 0 | 0 | 113 | 144 | 0 | 17 | 144 | 62 |
| Binary | 11111111 | 111111 | 0 | 0 | 1001011 | 1100100 | 0 | 1111 | 1100100 | 110010 |
Color Harmonies of #FF3F00
Complementary color
Monochromatic Colors of #FF3F00
Black with #FF3F00
Text Example
Text Example
White with #FF3F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3F00; }
p { color: rgb(255,63,0); }
H1.HeaderClassName
{
color: #FF3F00;
}
.AnyTagClassName
{
color: #FF3F00;
}
</style>
background-color css
<style>
a { background-color: #FF3F00; }
a { background-color: rgb(255,63,0); }
div.DivClassName
{
background-color: #FF3F00;
}
.BgClassName
{
background-color: #FF3F00;
}
</style>
border-color css
<style>
span { border-color: #FF3F00; }
span { border-color: rgb(255,63,0); }
td.TdClassName
{
border-color: #FF3F00;
}
.TagClassName
{
border-color: #FF3F00;
}
</style>