Shades of Orange Red #FF3F0B
Tints of Orange Red #FF3F0B
RGB
CMYK
RGB Variations
Color information
#FF3F0B (or 0xFF3F0B) is known color: Orange Red. HEX triplet: FF, 3F and 0B. RGB value is (255,63,11). Sum of RGB (Red+Green+Blue) = 255+63+11=329 (43% of max value = 765). Red value is 255 (100% from 255 or 77.51% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3F0B is #00C0F4. Grayscale: #727272. Windows color (decimal): -49397 or 737279. OLE color: 737279.
HSL color Cylindrical-coordinate representation of color #FF3F0B: hue angle of 12.79º 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 #FF3F0B is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 11 | - |
| CMYK | 0 | 0.75 | 0.96 | 0 |
| HSL | 12.79º | 1% | 0.52% | - |
| HSV(B) | 12.79º | 0.96% | 1% | - |
| XYZ | 43.08 | 24.84 | 2.84 | - |
| YUV | 114.48 | 69.61 | 228.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 11 | 0 | 0.75 | 0.96 | 0 | 12.79 | 1 | 0.52 |
| Hex | FF | 3F | B | 0 | 4B | 60 | 0 | D | 64 | 34 |
| Octal | 377 | 77 | 13 | 0 | 113 | 140 | 0 | 15 | 144 | 64 |
| Binary | 11111111 | 111111 | 1011 | 0 | 1001011 | 1100000 | 0 | 1101 | 1100100 | 110100 |
Color Harmonies of #FF3F0B
Complementary color
Monochromatic Colors of #FF3F0B
Black with #FF3F0B
Text Example
Text Example
White with #FF3F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3F0B; }
p { color: rgb(255,63,11); }
H1.HeaderClassName
{
color: #FF3F0B;
}
.AnyTagClassName
{
color: #FF3F0B;
}
</style>
background-color css
<style>
a { background-color: #FF3F0B; }
a { background-color: rgb(255,63,11); }
div.DivClassName
{
background-color: #FF3F0B;
}
.BgClassName
{
background-color: #FF3F0B;
}
</style>
border-color css
<style>
span { border-color: #FF3F0B; }
span { border-color: rgb(255,63,11); }
td.TdClassName
{
border-color: #FF3F0B;
}
.TagClassName
{
border-color: #FF3F0B;
}
</style>