Shades of Burnt Orange #FF6A39
Tints of Burnt Orange #FF6A39
RGB
CMYK
RGB Variations
Color information
#FF6A39 (or 0xFF6A39) is known color: Burnt Orange. HEX triplet: FF, 6A and 39. RGB value is (255,106,57). Sum of RGB (Red+Green+Blue) = 255+106+57=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 57 (22.66% from 255 or 13.64% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A39 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6A39 is #0095C6. Grayscale: #919191. Windows color (decimal): -38343 or 3762943. OLE color: 3762943.
HSL color Cylindrical-coordinate representation of color #FF6A39: hue angle of 14.85º 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 #FF6A39 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 57 | - |
| CMYK | 0 | 0.58 | 0.78 | 0 |
| HSL | 14.85º | 1% | 0.61% | - |
| HSV(B) | 14.85º | 0.78% | 1% | - |
| XYZ | 47.13 | 31.86 | 7.54 | - |
| YUV | 144.97 | 78.36 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 57 | 0 | 0.58 | 0.78 | 0 | 14.85 | 1 | 0.61 |
| Hex | FF | 6A | 39 | 0 | 3A | 4E | 0 | F | 64 | 3D |
| Octal | 377 | 152 | 71 | 0 | 72 | 116 | 0 | 17 | 144 | 75 |
| Binary | 11111111 | 1101010 | 111001 | 0 | 111010 | 1001110 | 0 | 1111 | 1100100 | 111101 |
Color Harmonies of #FF6A39
Complementary color
Monochromatic Colors of #FF6A39
Black with #FF6A39
Text Example
Text Example
White with #FF6A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6A39; }
p { color: rgb(255,106,57); }
H1.HeaderClassName
{
color: #FF6A39;
}
.AnyTagClassName
{
color: #FF6A39;
}
</style>
background-color css
<style>
a { background-color: #FF6A39; }
a { background-color: rgb(255,106,57); }
div.DivClassName
{
background-color: #FF6A39;
}
.BgClassName
{
background-color: #FF6A39;
}
</style>
border-color css
<style>
span { border-color: #FF6A39; }
span { border-color: rgb(255,106,57); }
td.TdClassName
{
border-color: #FF6A39;
}
.TagClassName
{
border-color: #FF6A39;
}
</style>