Shades of Burnt Orange #FF6B37
Tints of Burnt Orange #FF6B37
RGB
CMYK
RGB Variations
Color information
#FF6B37 (or 0xFF6B37) is known color: Burnt Orange. HEX triplet: FF, 6B and 37. RGB value is (255,107,55). Sum of RGB (Red+Green+Blue) = 255+107+55=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 55 (21.88% from 255 or 13.19% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6B37 is #0094C8. Grayscale: #919191. Windows color (decimal): -38089 or 3632127. OLE color: 3632127.
HSL color Cylindrical-coordinate representation of color #FF6B37: hue angle of 15.6º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF6B37 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 55 | - |
| CMYK | 0 | 0.58 | 0.78 | 0 |
| HSL | 15.6º | 1% | 0.61% | - |
| HSV(B) | 15.6º | 0.78% | 1% | - |
| XYZ | 47.19 | 32.05 | 7.31 | - |
| YUV | 145.32 | 77.03 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 55 | 0 | 0.58 | 0.78 | 0 | 15.6 | 1 | 0.61 |
| Hex | FF | 6B | 37 | 0 | 3A | 4E | 0 | 10 | 64 | 3D |
| Octal | 377 | 153 | 67 | 0 | 72 | 116 | 0 | 20 | 144 | 75 |
| Binary | 11111111 | 1101011 | 110111 | 0 | 111010 | 1001110 | 0 | 10000 | 1100100 | 111101 |
Color Harmonies of #FF6B37
Complementary color
Monochromatic Colors of #FF6B37
Black with #FF6B37
Text Example
Text Example
White with #FF6B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B37; }
p { color: rgb(255,107,55); }
H1.HeaderClassName
{
color: #FF6B37;
}
.AnyTagClassName
{
color: #FF6B37;
}
</style>
background-color css
<style>
a { background-color: #FF6B37; }
a { background-color: rgb(255,107,55); }
div.DivClassName
{
background-color: #FF6B37;
}
.BgClassName
{
background-color: #FF6B37;
}
</style>
border-color css
<style>
span { border-color: #FF6B37; }
span { border-color: rgb(255,107,55); }
td.TdClassName
{
border-color: #FF6B37;
}
.TagClassName
{
border-color: #FF6B37;
}
</style>