Shades of Burnt Orange #FF6B2F
Tints of Burnt Orange #FF6B2F
RGB
CMYK
RGB Variations
Color information
#FF6B2F (or 0xFF6B2F) is known color: Burnt Orange. HEX triplet: FF, 6B and 2F. RGB value is (255,107,47). Sum of RGB (Red+Green+Blue) = 255+107+47=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 47 (18.75% from 255 or 11.49% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6B2F is #0094D0. Grayscale: #909090. Windows color (decimal): -38097 or 3107839. OLE color: 3107839.
HSL color Cylindrical-coordinate representation of color #FF6B2F: hue angle of 17.31º 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 #FF6B2F is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 47 | - |
| CMYK | 0 | 0.58 | 0.82 | 0 |
| HSL | 17.31º | 1% | 0.59% | - |
| HSV(B) | 17.31º | 0.82% | 1% | - |
| XYZ | 47.01 | 31.98 | 6.38 | - |
| YUV | 144.41 | 73.03 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 47 | 0 | 0.58 | 0.82 | 0 | 17.31 | 1 | 0.59 |
| Hex | FF | 6B | 2F | 0 | 3A | 52 | 0 | 11 | 64 | 3B |
| Octal | 377 | 153 | 57 | 0 | 72 | 122 | 0 | 21 | 144 | 73 |
| Binary | 11111111 | 1101011 | 101111 | 0 | 111010 | 1010010 | 0 | 10001 | 1100100 | 111011 |
Color Harmonies of #FF6B2F
Complementary color
Monochromatic Colors of #FF6B2F
Black with #FF6B2F
Text Example
Text Example
White with #FF6B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B2F; }
p { color: rgb(255,107,47); }
H1.HeaderClassName
{
color: #FF6B2F;
}
.AnyTagClassName
{
color: #FF6B2F;
}
</style>
background-color css
<style>
a { background-color: #FF6B2F; }
a { background-color: rgb(255,107,47); }
div.DivClassName
{
background-color: #FF6B2F;
}
.BgClassName
{
background-color: #FF6B2F;
}
</style>
border-color css
<style>
span { border-color: #FF6B2F; }
span { border-color: rgb(255,107,47); }
td.TdClassName
{
border-color: #FF6B2F;
}
.TagClassName
{
border-color: #FF6B2F;
}
</style>