Shades of Burnt Orange #FB672B
Tints of Burnt Orange #FB672B
RGB
CMYK
RGB Variations
Color information
#FB672B (or 0xFB672B) is known color: Burnt Orange. HEX triplet: FB, 67 and 2B. RGB value is (251,103,43). Sum of RGB (Red+Green+Blue) = 251+103+43=397 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.22% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 43 (17.19% from 255 or 10.83% from 397); Max value from RGB is 251 - color contains mainly: red. Hex color #FB672B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB672B is #0498D4. Grayscale: #8C8C8C. Windows color (decimal): -301269 or 2844667. OLE color: 2844667.
HSL color Cylindrical-coordinate representation of color #FB672B: hue angle of 17.31º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB672B is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 103 | 43 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.02 |
| HSL | 17.31º | 0.96% | 0.58% | - |
| HSV(B) | 17.31º | 0.83% | 0.98% | - |
| XYZ | 45.07 | 30.38 | 5.77 | - |
| YUV | 140.41 | 73.03 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 103 | 43 | 0 | 0.59 | 0.83 | 0.02 | 17.31 | 0.96 | 0.58 |
| Hex | FB | 67 | 2B | 0 | 3B | 53 | 2 | 11 | 60 | 3A |
| Octal | 373 | 147 | 53 | 0 | 73 | 123 | 2 | 21 | 140 | 72 |
| Binary | 11111011 | 1100111 | 101011 | 0 | 111011 | 1010011 | 10 | 10001 | 1100000 | 111010 |
Color Harmonies of #FB672B
Complementary color
Monochromatic Colors of #FB672B
Black with #FB672B
Text Example
Text Example
White with #FB672B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB672B; }
p { color: rgb(251,103,43); }
H1.HeaderClassName
{
color: #FB672B;
}
.AnyTagClassName
{
color: #FB672B;
}
</style>
background-color css
<style>
a { background-color: #FB672B; }
a { background-color: rgb(251,103,43); }
div.DivClassName
{
background-color: #FB672B;
}
.BgClassName
{
background-color: #FB672B;
}
</style>
border-color css
<style>
span { border-color: #FB672B; }
span { border-color: rgb(251,103,43); }
td.TdClassName
{
border-color: #FB672B;
}
.TagClassName
{
border-color: #FB672B;
}
</style>