Shades of Burnt Orange #FB6F3E
Tints of Burnt Orange #FB6F3E
RGB
CMYK
RGB Variations
Color information
#FB6F3E (or 0xFB6F3E) is known color: Burnt Orange. HEX triplet: FB, 6F and 3E. RGB value is (251,111,62). Sum of RGB (Red+Green+Blue) = 251+111+62=424 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.20% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 62 (24.61% from 255 or 14.62% from 424); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6F3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6F3E is #0490C1. Grayscale: #939393. Windows color (decimal): -299202 or 4091899. OLE color: 4091899.
HSL color Cylindrical-coordinate representation of color #FB6F3E: hue angle of 15.56º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB6F3E is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 111 | 62 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.02 |
| HSL | 15.56º | 0.96% | 0.61% | - |
| HSV(B) | 15.56º | 0.75% | 0.98% | - |
| XYZ | 46.34 | 32.23 | 8.34 | - |
| YUV | 147.27 | 79.88 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 111 | 62 | 0 | 0.56 | 0.75 | 0.02 | 15.56 | 0.96 | 0.61 |
| Hex | FB | 6F | 3E | 0 | 38 | 4B | 2 | 10 | 60 | 3D |
| Octal | 373 | 157 | 76 | 0 | 70 | 113 | 2 | 20 | 140 | 75 |
| Binary | 11111011 | 1101111 | 111110 | 0 | 111000 | 1001011 | 10 | 10000 | 1100000 | 111101 |
Color Harmonies of #FB6F3E
Complementary color
Monochromatic Colors of #FB6F3E
Black with #FB6F3E
Text Example
Text Example
White with #FB6F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6F3E; }
p { color: rgb(251,111,62); }
H1.HeaderClassName
{
color: #FB6F3E;
}
.AnyTagClassName
{
color: #FB6F3E;
}
</style>
background-color css
<style>
a { background-color: #FB6F3E; }
a { background-color: rgb(251,111,62); }
div.DivClassName
{
background-color: #FB6F3E;
}
.BgClassName
{
background-color: #FB6F3E;
}
</style>
border-color css
<style>
span { border-color: #FB6F3E; }
span { border-color: rgb(251,111,62); }
td.TdClassName
{
border-color: #FB6F3E;
}
.TagClassName
{
border-color: #FB6F3E;
}
</style>