Shades of Burnt Orange #FB753D
Tints of Burnt Orange #FB753D
RGB
CMYK
RGB Variations
Color information
#FB753D (or 0xFB753D) is known color: Burnt Orange. HEX triplet: FB, 75 and 3D. RGB value is (251,117,61). Sum of RGB (Red+Green+Blue) = 251+117+61=429 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.51% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 61 (24.22% from 255 or 14.22% from 429); Max value from RGB is 251 - color contains mainly: red. Hex color #FB753D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB753D is #048AC2. Grayscale: #979797. Windows color (decimal): -297667 or 4027899. OLE color: 4027899.
HSL color Cylindrical-coordinate representation of color #FB753D: hue angle of 17.68º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB753D is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 117 | 61 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.02 |
| HSL | 17.68º | 0.96% | 0.61% | - |
| HSV(B) | 17.68º | 0.76% | 0.98% | - |
| XYZ | 46.99 | 33.57 | 8.42 | - |
| YUV | 150.68 | 77.39 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 117 | 61 | 0 | 0.53 | 0.76 | 0.02 | 17.68 | 0.96 | 0.61 |
| Hex | FB | 75 | 3D | 0 | 35 | 4C | 2 | 12 | 60 | 3D |
| Octal | 373 | 165 | 75 | 0 | 65 | 114 | 2 | 22 | 140 | 75 |
| Binary | 11111011 | 1110101 | 111101 | 0 | 110101 | 1001100 | 10 | 10010 | 1100000 | 111101 |
Color Harmonies of #FB753D
Complementary color
Monochromatic Colors of #FB753D
Black with #FB753D
Text Example
Text Example
White with #FB753D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB753D; }
p { color: rgb(251,117,61); }
H1.HeaderClassName
{
color: #FB753D;
}
.AnyTagClassName
{
color: #FB753D;
}
</style>
background-color css
<style>
a { background-color: #FB753D; }
a { background-color: rgb(251,117,61); }
div.DivClassName
{
background-color: #FB753D;
}
.BgClassName
{
background-color: #FB753D;
}
</style>
border-color css
<style>
span { border-color: #FB753D; }
span { border-color: rgb(251,117,61); }
td.TdClassName
{
border-color: #FB753D;
}
.TagClassName
{
border-color: #FB753D;
}
</style>