Shades of Burnt Orange #F67B2B
Tints of Burnt Orange #F67B2B
RGB
CMYK
RGB Variations
Color information
#F67B2B (or 0xF67B2B) is known color: Burnt Orange. HEX triplet: F6, 7B and 2B. RGB value is (246,123,43). Sum of RGB (Red+Green+Blue) = 246+123+43=412 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.71% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 43 (17.19% from 255 or 10.44% from 412); Max value from RGB is 246 - color contains mainly: red. Hex color #F67B2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67B2B is #0984D4. Grayscale: #979797. Windows color (decimal): -623829 or 2849782. OLE color: 2849782.
HSL color Cylindrical-coordinate representation of color #F67B2B: hue angle of 23.65º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F67B2B is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 123 | 43 | - |
| CMYK | 0 | 0.50 | 0.83 | 0.04 |
| HSL | 23.65º | 0.92% | 0.57% | - |
| HSV(B) | 23.65º | 0.83% | 0.96% | - |
| XYZ | 45.53 | 33.93 | 6.44 | - |
| YUV | 150.66 | 67.25 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 123 | 43 | 0 | 0.50 | 0.83 | 0.04 | 23.65 | 0.92 | 0.57 |
| Hex | F6 | 7B | 2B | 0 | 32 | 53 | 4 | 18 | 5C | 39 |
| Octal | 366 | 173 | 53 | 0 | 62 | 123 | 4 | 30 | 134 | 71 |
| Binary | 11110110 | 1111011 | 101011 | 0 | 110010 | 1010011 | 100 | 11000 | 1011100 | 111001 |
Color Harmonies of #F67B2B
Complementary color
Monochromatic Colors of #F67B2B
Black with #F67B2B
Text Example
Text Example
White with #F67B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67B2B; }
p { color: rgb(246,123,43); }
H1.HeaderClassName
{
color: #F67B2B;
}
.AnyTagClassName
{
color: #F67B2B;
}
</style>
background-color css
<style>
a { background-color: #F67B2B; }
a { background-color: rgb(246,123,43); }
div.DivClassName
{
background-color: #F67B2B;
}
.BgClassName
{
background-color: #F67B2B;
}
</style>
border-color css
<style>
span { border-color: #F67B2B; }
span { border-color: rgb(246,123,43); }
td.TdClassName
{
border-color: #F67B2B;
}
.TagClassName
{
border-color: #F67B2B;
}
</style>