Shades of Burnt Orange #FB732D
Tints of Burnt Orange #FB732D
RGB
CMYK
RGB Variations
Color information
#FB732D (or 0xFB732D) is known color: Burnt Orange. HEX triplet: FB, 73 and 2D. RGB value is (251,115,45). Sum of RGB (Red+Green+Blue) = 251+115+45=411 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.07% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 45 (17.97% from 255 or 10.95% from 411); Max value from RGB is 251 - color contains mainly: red. Hex color #FB732D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB732D is #048CD2. Grayscale: #949494. Windows color (decimal): -298195 or 2978811. OLE color: 2978811.
HSL color Cylindrical-coordinate representation of color #FB732D: hue angle of 20.39º 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 #FB732D is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 45 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.02 |
| HSL | 20.39º | 0.96% | 0.58% | - |
| HSV(B) | 20.39º | 0.82% | 0.98% | - |
| XYZ | 46.39 | 32.96 | 6.4 | - |
| YUV | 147.68 | 70.06 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 45 | 0 | 0.54 | 0.82 | 0.02 | 20.39 | 0.96 | 0.58 |
| Hex | FB | 73 | 2D | 0 | 36 | 52 | 2 | 14 | 60 | 3A |
| Octal | 373 | 163 | 55 | 0 | 66 | 122 | 2 | 24 | 140 | 72 |
| Binary | 11111011 | 1110011 | 101101 | 0 | 110110 | 1010010 | 10 | 10100 | 1100000 | 111010 |
Color Harmonies of #FB732D
Complementary color
Monochromatic Colors of #FB732D
Black with #FB732D
Text Example
Text Example
White with #FB732D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB732D; }
p { color: rgb(251,115,45); }
H1.HeaderClassName
{
color: #FB732D;
}
.AnyTagClassName
{
color: #FB732D;
}
</style>
background-color css
<style>
a { background-color: #FB732D; }
a { background-color: rgb(251,115,45); }
div.DivClassName
{
background-color: #FB732D;
}
.BgClassName
{
background-color: #FB732D;
}
</style>
border-color css
<style>
span { border-color: #FB732D; }
span { border-color: rgb(251,115,45); }
td.TdClassName
{
border-color: #FB732D;
}
.TagClassName
{
border-color: #FB732D;
}
</style>