Shades of Burnt Orange #FB6E3E
Tints of Burnt Orange #FB6E3E
RGB
CMYK
RGB Variations
Color information
#FB6E3E (or 0xFB6E3E) is known color: Burnt Orange. HEX triplet: FB, 6E and 3E. RGB value is (251,110,62). Sum of RGB (Red+Green+Blue) = 251+110+62=423 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.34% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 62 (24.61% from 255 or 14.66% from 423); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6E3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6E3E is #0491C1. Grayscale: #939393. Windows color (decimal): -299458 or 4091643. OLE color: 4091643.
HSL color Cylindrical-coordinate representation of color #FB6E3E: hue angle of 15.24º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB6E3E is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 110 | 62 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.02 |
| HSL | 15.24º | 0.96% | 0.61% | - |
| HSV(B) | 15.24º | 0.75% | 0.98% | - |
| XYZ | 46.23 | 32.01 | 8.3 | - |
| YUV | 146.69 | 80.21 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 110 | 62 | 0 | 0.56 | 0.75 | 0.02 | 15.24 | 0.96 | 0.61 |
| Hex | FB | 6E | 3E | 0 | 38 | 4B | 2 | F | 60 | 3D |
| Octal | 373 | 156 | 76 | 0 | 70 | 113 | 2 | 17 | 140 | 75 |
| Binary | 11111011 | 1101110 | 111110 | 0 | 111000 | 1001011 | 10 | 1111 | 1100000 | 111101 |
Color Harmonies of #FB6E3E
Complementary color
Monochromatic Colors of #FB6E3E
Black with #FB6E3E
Text Example
Text Example
White with #FB6E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6E3E; }
p { color: rgb(251,110,62); }
H1.HeaderClassName
{
color: #FB6E3E;
}
.AnyTagClassName
{
color: #FB6E3E;
}
</style>
background-color css
<style>
a { background-color: #FB6E3E; }
a { background-color: rgb(251,110,62); }
div.DivClassName
{
background-color: #FB6E3E;
}
.BgClassName
{
background-color: #FB6E3E;
}
</style>
border-color css
<style>
span { border-color: #FB6E3E; }
span { border-color: rgb(251,110,62); }
td.TdClassName
{
border-color: #FB6E3E;
}
.TagClassName
{
border-color: #FB6E3E;
}
</style>