Shades of Burnt Orange #FB752D
Tints of Burnt Orange #FB752D
RGB
CMYK
RGB Variations
Color information
#FB752D (or 0xFB752D) is known color: Burnt Orange. HEX triplet: FB, 75 and 2D. RGB value is (251,117,45). Sum of RGB (Red+Green+Blue) = 251+117+45=413 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.77% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 251 - color contains mainly: red. Hex color #FB752D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB752D is #048AD2. Grayscale: #959595. Windows color (decimal): -297683 or 2979323. OLE color: 2979323.
HSL color Cylindrical-coordinate representation of color #FB752D: hue angle of 20.97º 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 #FB752D is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 117 | 45 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.02 |
| HSL | 20.97º | 0.96% | 0.58% | - |
| HSV(B) | 20.97º | 0.82% | 0.98% | - |
| XYZ | 46.62 | 33.42 | 6.48 | - |
| YUV | 148.86 | 69.39 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 117 | 45 | 0 | 0.53 | 0.82 | 0.02 | 20.97 | 0.96 | 0.58 |
| Hex | FB | 75 | 2D | 0 | 35 | 52 | 2 | 15 | 60 | 3A |
| Octal | 373 | 165 | 55 | 0 | 65 | 122 | 2 | 25 | 140 | 72 |
| Binary | 11111011 | 1110101 | 101101 | 0 | 110101 | 1010010 | 10 | 10101 | 1100000 | 111010 |
Color Harmonies of #FB752D
Complementary color
Monochromatic Colors of #FB752D
Black with #FB752D
Text Example
Text Example
White with #FB752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB752D; }
p { color: rgb(251,117,45); }
H1.HeaderClassName
{
color: #FB752D;
}
.AnyTagClassName
{
color: #FB752D;
}
</style>
background-color css
<style>
a { background-color: #FB752D; }
a { background-color: rgb(251,117,45); }
div.DivClassName
{
background-color: #FB752D;
}
.BgClassName
{
background-color: #FB752D;
}
</style>
border-color css
<style>
span { border-color: #FB752D; }
span { border-color: rgb(251,117,45); }
td.TdClassName
{
border-color: #FB752D;
}
.TagClassName
{
border-color: #FB752D;
}
</style>