Shades of Burnt Orange #FB752E
Tints of Burnt Orange #FB752E
RGB
CMYK
RGB Variations
Color information
#FB752E (or 0xFB752E) is known color: Burnt Orange. HEX triplet: FB, 75 and 2E. RGB value is (251,117,46). Sum of RGB (Red+Green+Blue) = 251+117+46=414 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.63% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 46 (18.36% from 255 or 11.11% from 414); Max value from RGB is 251 - color contains mainly: red. Hex color #FB752E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB752E is #048AD1. Grayscale: #959595. Windows color (decimal): -297682 or 3044859. OLE color: 3044859.
HSL color Cylindrical-coordinate representation of color #FB752E: hue angle of 20.78º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB752E is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 117 | 46 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.02 |
| HSL | 20.78º | 0.96% | 0.58% | - |
| HSV(B) | 20.78º | 0.82% | 0.98% | - |
| XYZ | 46.64 | 33.43 | 6.58 | - |
| YUV | 148.97 | 69.89 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 117 | 46 | 0 | 0.53 | 0.82 | 0.02 | 20.78 | 0.96 | 0.58 |
| Hex | FB | 75 | 2E | 0 | 35 | 52 | 2 | 15 | 60 | 3A |
| Octal | 373 | 165 | 56 | 0 | 65 | 122 | 2 | 25 | 140 | 72 |
| Binary | 11111011 | 1110101 | 101110 | 0 | 110101 | 1010010 | 10 | 10101 | 1100000 | 111010 |
Color Harmonies of #FB752E
Complementary color
Monochromatic Colors of #FB752E
Black with #FB752E
Text Example
Text Example
White with #FB752E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB752E; }
p { color: rgb(251,117,46); }
H1.HeaderClassName
{
color: #FB752E;
}
.AnyTagClassName
{
color: #FB752E;
}
</style>
background-color css
<style>
a { background-color: #FB752E; }
a { background-color: rgb(251,117,46); }
div.DivClassName
{
background-color: #FB752E;
}
.BgClassName
{
background-color: #FB752E;
}
</style>
border-color css
<style>
span { border-color: #FB752E; }
span { border-color: rgb(251,117,46); }
td.TdClassName
{
border-color: #FB752E;
}
.TagClassName
{
border-color: #FB752E;
}
</style>