Shades of Burnt Orange #FB672E
Tints of Burnt Orange #FB672E
RGB
CMYK
RGB Variations
Color information
#FB672E (or 0xFB672E) is known color: Burnt Orange. HEX triplet: FB, 67 and 2E. RGB value is (251,103,46). Sum of RGB (Red+Green+Blue) = 251+103+46=400 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.75% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 46 (18.36% from 255 or 11.5% from 400); Max value from RGB is 251 - color contains mainly: red. Hex color #FB672E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB672E is #0498D1. Grayscale: #8D8D8D. Windows color (decimal): -301266 or 3041275. OLE color: 3041275.
HSL color Cylindrical-coordinate representation of color #FB672E: hue angle of 16.68º 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 #FB672E is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 103 | 46 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.02 |
| HSL | 16.68º | 0.96% | 0.58% | - |
| HSV(B) | 16.68º | 0.82% | 0.98% | - |
| XYZ | 45.13 | 30.41 | 6.08 | - |
| YUV | 140.75 | 74.53 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 103 | 46 | 0 | 0.59 | 0.82 | 0.02 | 16.68 | 0.96 | 0.58 |
| Hex | FB | 67 | 2E | 0 | 3B | 52 | 2 | 11 | 60 | 3A |
| Octal | 373 | 147 | 56 | 0 | 73 | 122 | 2 | 21 | 140 | 72 |
| Binary | 11111011 | 1100111 | 101110 | 0 | 111011 | 1010010 | 10 | 10001 | 1100000 | 111010 |
Color Harmonies of #FB672E
Complementary color
Monochromatic Colors of #FB672E
Black with #FB672E
Text Example
Text Example
White with #FB672E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB672E; }
p { color: rgb(251,103,46); }
H1.HeaderClassName
{
color: #FB672E;
}
.AnyTagClassName
{
color: #FB672E;
}
</style>
background-color css
<style>
a { background-color: #FB672E; }
a { background-color: rgb(251,103,46); }
div.DivClassName
{
background-color: #FB672E;
}
.BgClassName
{
background-color: #FB672E;
}
</style>
border-color css
<style>
span { border-color: #FB672E; }
span { border-color: rgb(251,103,46); }
td.TdClassName
{
border-color: #FB672E;
}
.TagClassName
{
border-color: #FB672E;
}
</style>