Shades of Burnt Orange #FB7D3D
Tints of Burnt Orange #FB7D3D
RGB
CMYK
RGB Variations
Color information
#FB7D3D (or 0xFB7D3D) is known color: Burnt Orange. HEX triplet: FB, 7D and 3D. RGB value is (251,125,61). Sum of RGB (Red+Green+Blue) = 251+125+61=437 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.44% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 61 (24.22% from 255 or 13.96% from 437); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7D3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7D3D is #0482C2. Grayscale: #9B9B9B. Windows color (decimal): -295619 or 4029947. OLE color: 4029947.
HSL color Cylindrical-coordinate representation of color #FB7D3D: hue angle of 20.21º 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 #FB7D3D is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 125 | 61 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.02 |
| HSL | 20.21º | 0.96% | 0.61% | - |
| HSV(B) | 20.21º | 0.76% | 0.98% | - |
| XYZ | 47.96 | 35.51 | 8.74 | - |
| YUV | 155.38 | 74.74 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 125 | 61 | 0 | 0.50 | 0.76 | 0.02 | 20.21 | 0.96 | 0.61 |
| Hex | FB | 7D | 3D | 0 | 32 | 4C | 2 | 14 | 60 | 3D |
| Octal | 373 | 175 | 75 | 0 | 62 | 114 | 2 | 24 | 140 | 75 |
| Binary | 11111011 | 1111101 | 111101 | 0 | 110010 | 1001100 | 10 | 10100 | 1100000 | 111101 |
Color Harmonies of #FB7D3D
Complementary color
Monochromatic Colors of #FB7D3D
Black with #FB7D3D
Text Example
Text Example
White with #FB7D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7D3D; }
p { color: rgb(251,125,61); }
H1.HeaderClassName
{
color: #FB7D3D;
}
.AnyTagClassName
{
color: #FB7D3D;
}
</style>
background-color css
<style>
a { background-color: #FB7D3D; }
a { background-color: rgb(251,125,61); }
div.DivClassName
{
background-color: #FB7D3D;
}
.BgClassName
{
background-color: #FB7D3D;
}
</style>
border-color css
<style>
span { border-color: #FB7D3D; }
span { border-color: rgb(251,125,61); }
td.TdClassName
{
border-color: #FB7D3D;
}
.TagClassName
{
border-color: #FB7D3D;
}
</style>