Shades of Orange Red #FF3D0B
Tints of Orange Red #FF3D0B
RGB
CMYK
RGB Variations
Color information
#FF3D0B (or 0xFF3D0B) is known color: Orange Red. HEX triplet: FF, 3D and 0B. RGB value is (255,61,11). Sum of RGB (Red+Green+Blue) = 255+61+11=327 (43% of max value = 765). Red value is 255 (100% from 255 or 77.98% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 11 (4.69% from 255 or 3.36% from 327); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3D0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3D0B is #00C2F4. Grayscale: #717171. Windows color (decimal): -49909 or 736767. OLE color: 736767.
HSL color Cylindrical-coordinate representation of color #FF3D0B: hue angle of 12.3º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF3D0B is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 11 | - |
| CMYK | 0 | 0.76 | 0.96 | 0 |
| HSL | 12.3º | 1% | 0.52% | - |
| HSV(B) | 12.3º | 0.96% | 1% | - |
| XYZ | 42.97 | 24.62 | 2.8 | - |
| YUV | 113.31 | 70.27 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 11 | 0 | 0.76 | 0.96 | 0 | 12.3 | 1 | 0.52 |
| Hex | FF | 3D | B | 0 | 4C | 60 | 0 | C | 64 | 34 |
| Octal | 377 | 75 | 13 | 0 | 114 | 140 | 0 | 14 | 144 | 64 |
| Binary | 11111111 | 111101 | 1011 | 0 | 1001100 | 1100000 | 0 | 1100 | 1100100 | 110100 |
Color Harmonies of #FF3D0B
Complementary color
Monochromatic Colors of #FF3D0B
Black with #FF3D0B
Text Example
Text Example
White with #FF3D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3D0B; }
p { color: rgb(255,61,11); }
H1.HeaderClassName
{
color: #FF3D0B;
}
.AnyTagClassName
{
color: #FF3D0B;
}
</style>
background-color css
<style>
a { background-color: #FF3D0B; }
a { background-color: rgb(255,61,11); }
div.DivClassName
{
background-color: #FF3D0B;
}
.BgClassName
{
background-color: #FF3D0B;
}
</style>
border-color css
<style>
span { border-color: #FF3D0B; }
span { border-color: rgb(255,61,11); }
td.TdClassName
{
border-color: #FF3D0B;
}
.TagClassName
{
border-color: #FF3D0B;
}
</style>