Shades of Burnt Orange #FB762D
Tints of Burnt Orange #FB762D
RGB
CMYK
RGB Variations
Color information
#FB762D (or 0xFB762D) is known color: Burnt Orange. HEX triplet: FB, 76 and 2D. RGB value is (251,118,45). Sum of RGB (Red+Green+Blue) = 251+118+45=414 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.63% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 45 (17.97% from 255 or 10.87% from 414); Max value from RGB is 251 - color contains mainly: red. Hex color #FB762D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB762D is #0489D2. Grayscale: #959595. Windows color (decimal): -297427 or 2979579. OLE color: 2979579.
HSL color Cylindrical-coordinate representation of color #FB762D: hue angle of 21.26º 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 #FB762D is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 118 | 45 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.02 |
| HSL | 21.26º | 0.96% | 0.58% | - |
| HSV(B) | 21.26º | 0.82% | 0.98% | - |
| XYZ | 46.74 | 33.66 | 6.52 | - |
| YUV | 149.45 | 69.06 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 118 | 45 | 0 | 0.53 | 0.82 | 0.02 | 21.26 | 0.96 | 0.58 |
| Hex | FB | 76 | 2D | 0 | 35 | 52 | 2 | 15 | 60 | 3A |
| Octal | 373 | 166 | 55 | 0 | 65 | 122 | 2 | 25 | 140 | 72 |
| Binary | 11111011 | 1110110 | 101101 | 0 | 110101 | 1010010 | 10 | 10101 | 1100000 | 111010 |
Color Harmonies of #FB762D
Complementary color
Monochromatic Colors of #FB762D
Black with #FB762D
Text Example
Text Example
White with #FB762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB762D; }
p { color: rgb(251,118,45); }
H1.HeaderClassName
{
color: #FB762D;
}
.AnyTagClassName
{
color: #FB762D;
}
</style>
background-color css
<style>
a { background-color: #FB762D; }
a { background-color: rgb(251,118,45); }
div.DivClassName
{
background-color: #FB762D;
}
.BgClassName
{
background-color: #FB762D;
}
</style>
border-color css
<style>
span { border-color: #FB762D; }
span { border-color: rgb(251,118,45); }
td.TdClassName
{
border-color: #FB762D;
}
.TagClassName
{
border-color: #FB762D;
}
</style>