Shades of Burnt Orange #FF6B34
Tints of Burnt Orange #FF6B34
RGB
CMYK
RGB Variations
Color information
#FF6B34 (or 0xFF6B34) is known color: Burnt Orange. HEX triplet: FF, 6B and 34. RGB value is (255,107,52). Sum of RGB (Red+Green+Blue) = 255+107+52=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 52 (20.70% from 255 or 12.56% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6B34 is #0094CB. Grayscale: #919191. Windows color (decimal): -38092 or 3435519. OLE color: 3435519.
HSL color Cylindrical-coordinate representation of color #FF6B34: hue angle of 16.26º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF6B34 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 52 | - |
| CMYK | 0 | 0.58 | 0.80 | 0 |
| HSL | 16.26º | 1% | 0.6% | - |
| HSV(B) | 16.26º | 0.8% | 1% | - |
| XYZ | 47.12 | 32.02 | 6.95 | - |
| YUV | 144.98 | 75.53 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 52 | 0 | 0.58 | 0.80 | 0 | 16.26 | 1 | 0.6 |
| Hex | FF | 6B | 34 | 0 | 3A | 50 | 0 | 10 | 64 | 3C |
| Octal | 377 | 153 | 64 | 0 | 72 | 120 | 0 | 20 | 144 | 74 |
| Binary | 11111111 | 1101011 | 110100 | 0 | 111010 | 1010000 | 0 | 10000 | 1100100 | 111100 |
Color Harmonies of #FF6B34
Complementary color
Monochromatic Colors of #FF6B34
Black with #FF6B34
Text Example
Text Example
White with #FF6B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B34; }
p { color: rgb(255,107,52); }
H1.HeaderClassName
{
color: #FF6B34;
}
.AnyTagClassName
{
color: #FF6B34;
}
</style>
background-color css
<style>
a { background-color: #FF6B34; }
a { background-color: rgb(255,107,52); }
div.DivClassName
{
background-color: #FF6B34;
}
.BgClassName
{
background-color: #FF6B34;
}
</style>
border-color css
<style>
span { border-color: #FF6B34; }
span { border-color: rgb(255,107,52); }
td.TdClassName
{
border-color: #FF6B34;
}
.TagClassName
{
border-color: #FF6B34;
}
</style>