Shades of Burnt Orange #F67D30
Tints of Burnt Orange #F67D30
RGB
CMYK
RGB Variations
Color information
#F67D30 (or 0xF67D30) is known color: Burnt Orange. HEX triplet: F6, 7D and 30. RGB value is (246,125,48). Sum of RGB (Red+Green+Blue) = 246+125+48=419 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.71% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 48 (19.14% from 255 or 11.46% from 419); Max value from RGB is 246 - color contains mainly: red. Hex color #F67D30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67D30 is #0982CF. Grayscale: #989898. Windows color (decimal): -623312 or 3177974. OLE color: 3177974.
HSL color Cylindrical-coordinate representation of color #F67D30: hue angle of 23.33º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F67D30 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 125 | 48 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.04 |
| HSL | 23.33º | 0.92% | 0.58% | - |
| HSV(B) | 23.33º | 0.8% | 0.96% | - |
| XYZ | 45.87 | 34.47 | 7.03 | - |
| YUV | 152.4 | 69.09 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 125 | 48 | 0 | 0.49 | 0.80 | 0.04 | 23.33 | 0.92 | 0.58 |
| Hex | F6 | 7D | 30 | 0 | 31 | 50 | 4 | 17 | 5C | 3A |
| Octal | 366 | 175 | 60 | 0 | 61 | 120 | 4 | 27 | 134 | 72 |
| Binary | 11110110 | 1111101 | 110000 | 0 | 110001 | 1010000 | 100 | 10111 | 1011100 | 111010 |
Color Harmonies of #F67D30
Complementary color
Monochromatic Colors of #F67D30
Black with #F67D30
Text Example
Text Example
White with #F67D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67D30; }
p { color: rgb(246,125,48); }
H1.HeaderClassName
{
color: #F67D30;
}
.AnyTagClassName
{
color: #F67D30;
}
</style>
background-color css
<style>
a { background-color: #F67D30; }
a { background-color: rgb(246,125,48); }
div.DivClassName
{
background-color: #F67D30;
}
.BgClassName
{
background-color: #F67D30;
}
</style>
border-color css
<style>
span { border-color: #F67D30; }
span { border-color: rgb(246,125,48); }
td.TdClassName
{
border-color: #F67D30;
}
.TagClassName
{
border-color: #F67D30;
}
</style>