Shades of Orange Red #FF3D0F
Tints of Orange Red #FF3D0F
RGB
CMYK
RGB Variations
Color information
#FF3D0F (or 0xFF3D0F) is known color: Orange Red. HEX triplet: FF, 3D and 0F. RGB value is (255,61,15). Sum of RGB (Red+Green+Blue) = 255+61+15=331 (43% of max value = 765). Red value is 255 (100% from 255 or 77.04% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 15 (6.25% from 255 or 4.53% from 331); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3D0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3D0F is #00C2F0. Grayscale: #727272. Windows color (decimal): -49905 or 998911. OLE color: 998911.
HSL color Cylindrical-coordinate representation of color #FF3D0F: hue angle of 11.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF3D0F is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 15 | - |
| CMYK | 0 | 0.76 | 0.94 | 0 |
| HSL | 11.5º | 1% | 0.53% | - |
| HSV(B) | 11.5º | 0.94% | 1% | - |
| XYZ | 42.99 | 24.63 | 2.94 | - |
| YUV | 113.76 | 72.27 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 15 | 0 | 0.76 | 0.94 | 0 | 11.5 | 1 | 0.53 |
| Hex | FF | 3D | F | 0 | 4C | 5E | 0 | C | 64 | 35 |
| Octal | 377 | 75 | 17 | 0 | 114 | 136 | 0 | 14 | 144 | 65 |
| Binary | 11111111 | 111101 | 1111 | 0 | 1001100 | 1011110 | 0 | 1100 | 1100100 | 110101 |
Color Harmonies of #FF3D0F
Complementary color
Monochromatic Colors of #FF3D0F
Black with #FF3D0F
Text Example
Text Example
White with #FF3D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3D0F; }
p { color: rgb(255,61,15); }
H1.HeaderClassName
{
color: #FF3D0F;
}
.AnyTagClassName
{
color: #FF3D0F;
}
</style>
background-color css
<style>
a { background-color: #FF3D0F; }
a { background-color: rgb(255,61,15); }
div.DivClassName
{
background-color: #FF3D0F;
}
.BgClassName
{
background-color: #FF3D0F;
}
</style>
border-color css
<style>
span { border-color: #FF3D0F; }
span { border-color: rgb(255,61,15); }
td.TdClassName
{
border-color: #FF3D0F;
}
.TagClassName
{
border-color: #FF3D0F;
}
</style>