Shades of Burnt Orange #FB7629
Tints of Burnt Orange #FB7629
RGB
CMYK
RGB Variations
Color information
#FB7629 (or 0xFB7629) is known color: Burnt Orange. HEX triplet: FB, 76 and 29. RGB value is (251,118,41). Sum of RGB (Red+Green+Blue) = 251+118+41=410 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.22% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 41 (16.41% from 255 or 10% from 410); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7629 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7629 is #0489D6. Grayscale: #959595. Windows color (decimal): -297431 or 2717435. OLE color: 2717435.
HSL color Cylindrical-coordinate representation of color #FB7629: hue angle of 22º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB7629 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 118 | 41 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.02 |
| HSL | 22º | 0.96% | 0.57% | - |
| HSV(B) | 22º | 0.84% | 0.98% | - |
| XYZ | 46.66 | 33.63 | 6.13 | - |
| YUV | 148.99 | 67.06 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 118 | 41 | 0 | 0.53 | 0.84 | 0.02 | 22 | 0.96 | 0.57 |
| Hex | FB | 76 | 29 | 0 | 35 | 54 | 2 | 16 | 60 | 39 |
| Octal | 373 | 166 | 51 | 0 | 65 | 124 | 2 | 26 | 140 | 71 |
| Binary | 11111011 | 1110110 | 101001 | 0 | 110101 | 1010100 | 10 | 10110 | 1100000 | 111001 |
Color Harmonies of #FB7629
Complementary color
Monochromatic Colors of #FB7629
Black with #FB7629
Text Example
Text Example
White with #FB7629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7629; }
p { color: rgb(251,118,41); }
H1.HeaderClassName
{
color: #FB7629;
}
.AnyTagClassName
{
color: #FB7629;
}
</style>
background-color css
<style>
a { background-color: #FB7629; }
a { background-color: rgb(251,118,41); }
div.DivClassName
{
background-color: #FB7629;
}
.BgClassName
{
background-color: #FB7629;
}
</style>
border-color css
<style>
span { border-color: #FB7629; }
span { border-color: rgb(251,118,41); }
td.TdClassName
{
border-color: #FB7629;
}
.TagClassName
{
border-color: #FB7629;
}
</style>