Shades of Burnt Orange #FB6E25
Tints of Burnt Orange #FB6E25
RGB
CMYK
RGB Variations
Color information
#FB6E25 (or 0xFB6E25) is known color: Burnt Orange. HEX triplet: FB, 6E and 25. RGB value is (251,110,37). Sum of RGB (Red+Green+Blue) = 251+110+37=398 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.07% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 37 (14.84% from 255 or 9.30% from 398); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6E25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6E25 is #0491DA. Grayscale: #909090. Windows color (decimal): -299483 or 2453243. OLE color: 2453243.
HSL color Cylindrical-coordinate representation of color #FB6E25: hue angle of 20.47º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB6E25 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 110 | 37 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.02 |
| HSL | 20.47º | 0.96% | 0.56% | - |
| HSV(B) | 20.47º | 0.85% | 0.98% | - |
| XYZ | 45.69 | 31.79 | 5.48 | - |
| YUV | 143.84 | 67.71 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 110 | 37 | 0 | 0.56 | 0.85 | 0.02 | 20.47 | 0.96 | 0.56 |
| Hex | FB | 6E | 25 | 0 | 38 | 55 | 2 | 14 | 60 | 38 |
| Octal | 373 | 156 | 45 | 0 | 70 | 125 | 2 | 24 | 140 | 70 |
| Binary | 11111011 | 1101110 | 100101 | 0 | 111000 | 1010101 | 10 | 10100 | 1100000 | 111000 |
Color Harmonies of #FB6E25
Complementary color
Monochromatic Colors of #FB6E25
Black with #FB6E25
Text Example
Text Example
White with #FB6E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6E25; }
p { color: rgb(251,110,37); }
H1.HeaderClassName
{
color: #FB6E25;
}
.AnyTagClassName
{
color: #FB6E25;
}
</style>
background-color css
<style>
a { background-color: #FB6E25; }
a { background-color: rgb(251,110,37); }
div.DivClassName
{
background-color: #FB6E25;
}
.BgClassName
{
background-color: #FB6E25;
}
</style>
border-color css
<style>
span { border-color: #FB6E25; }
span { border-color: rgb(251,110,37); }
td.TdClassName
{
border-color: #FB6E25;
}
.TagClassName
{
border-color: #FB6E25;
}
</style>