Shades of Burnt Orange #FF6C2D
Tints of Burnt Orange #FF6C2D
RGB
CMYK
RGB Variations
Color information
#FF6C2D (or 0xFF6C2D) is known color: Burnt Orange. HEX triplet: FF, 6C and 2D. RGB value is (255,108,45). Sum of RGB (Red+Green+Blue) = 255+108+45=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6C2D is #0093D2. Grayscale: #919191. Windows color (decimal): -37843 or 2977023. OLE color: 2977023.
HSL color Cylindrical-coordinate representation of color #FF6C2D: hue angle of 18º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF6C2D is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 45 | - |
| CMYK | 0 | 0.58 | 0.82 | 0 |
| HSL | 18º | 1% | 0.59% | - |
| HSV(B) | 18º | 0.82% | 1% | - |
| XYZ | 47.08 | 32.17 | 6.21 | - |
| YUV | 144.77 | 71.7 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 45 | 0 | 0.58 | 0.82 | 0 | 18 | 1 | 0.59 |
| Hex | FF | 6C | 2D | 0 | 3A | 52 | 0 | 12 | 64 | 3B |
| Octal | 377 | 154 | 55 | 0 | 72 | 122 | 0 | 22 | 144 | 73 |
| Binary | 11111111 | 1101100 | 101101 | 0 | 111010 | 1010010 | 0 | 10010 | 1100100 | 111011 |
Color Harmonies of #FF6C2D
Complementary color
Monochromatic Colors of #FF6C2D
Black with #FF6C2D
Text Example
Text Example
White with #FF6C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6C2D; }
p { color: rgb(255,108,45); }
H1.HeaderClassName
{
color: #FF6C2D;
}
.AnyTagClassName
{
color: #FF6C2D;
}
</style>
background-color css
<style>
a { background-color: #FF6C2D; }
a { background-color: rgb(255,108,45); }
div.DivClassName
{
background-color: #FF6C2D;
}
.BgClassName
{
background-color: #FF6C2D;
}
</style>
border-color css
<style>
span { border-color: #FF6C2D; }
span { border-color: rgb(255,108,45); }
td.TdClassName
{
border-color: #FF6C2D;
}
.TagClassName
{
border-color: #FF6C2D;
}
</style>