Shades of Burnt Orange #FB7B2F
Tints of Burnt Orange #FB7B2F
RGB
CMYK
RGB Variations
Color information
#FB7B2F (or 0xFB7B2F) is known color: Burnt Orange. HEX triplet: FB, 7B and 2F. RGB value is (251,123,47). Sum of RGB (Red+Green+Blue) = 251+123+47=421 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.62% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 47 (18.75% from 255 or 11.16% from 421); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7B2F is #0484D0. Grayscale: #999999. Windows color (decimal): -296145 or 3111931. OLE color: 3111931.
HSL color Cylindrical-coordinate representation of color #FB7B2F: hue angle of 22.35º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB7B2F is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 47 | - |
| CMYK | 0 | 0.51 | 0.81 | 0.02 |
| HSL | 22.35º | 0.96% | 0.58% | - |
| HSV(B) | 22.35º | 0.81% | 0.98% | - |
| XYZ | 47.38 | 34.88 | 6.92 | - |
| YUV | 152.61 | 68.41 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 47 | 0 | 0.51 | 0.81 | 0.02 | 22.35 | 0.96 | 0.58 |
| Hex | FB | 7B | 2F | 0 | 33 | 51 | 2 | 16 | 60 | 3A |
| Octal | 373 | 173 | 57 | 0 | 63 | 121 | 2 | 26 | 140 | 72 |
| Binary | 11111011 | 1111011 | 101111 | 0 | 110011 | 1010001 | 10 | 10110 | 1100000 | 111010 |
Color Harmonies of #FB7B2F
Complementary color
Monochromatic Colors of #FB7B2F
Black with #FB7B2F
Text Example
Text Example
White with #FB7B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7B2F; }
p { color: rgb(251,123,47); }
H1.HeaderClassName
{
color: #FB7B2F;
}
.AnyTagClassName
{
color: #FB7B2F;
}
</style>
background-color css
<style>
a { background-color: #FB7B2F; }
a { background-color: rgb(251,123,47); }
div.DivClassName
{
background-color: #FB7B2F;
}
.BgClassName
{
background-color: #FB7B2F;
}
</style>
border-color css
<style>
span { border-color: #FB7B2F; }
span { border-color: rgb(251,123,47); }
td.TdClassName
{
border-color: #FB7B2F;
}
.TagClassName
{
border-color: #FB7B2F;
}
</style>