Shades of Burnt Orange #F67A3A
Tints of Burnt Orange #F67A3A
RGB
CMYK
RGB Variations
Color information
#F67A3A (or 0xF67A3A) is known color: Burnt Orange. HEX triplet: F6, 7A and 3A. RGB value is (246,122,58). Sum of RGB (Red+Green+Blue) = 246+122+58=426 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.75% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 58 (23.05% from 255 or 13.62% from 426); Max value from RGB is 246 - color contains mainly: red. Hex color #F67A3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67A3A is #0985C5. Grayscale: #989898. Windows color (decimal): -624070 or 3832566. OLE color: 3832566.
HSL color Cylindrical-coordinate representation of color #F67A3A: hue angle of 20.43º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F67A3A is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 122 | 58 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.04 |
| HSL | 20.43º | 0.91% | 0.6% | - |
| HSV(B) | 20.43º | 0.76% | 0.96% | - |
| XYZ | 45.73 | 33.82 | 8.12 | - |
| YUV | 151.78 | 75.08 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 122 | 58 | 0 | 0.50 | 0.76 | 0.04 | 20.43 | 0.91 | 0.6 |
| Hex | F6 | 7A | 3A | 0 | 32 | 4C | 4 | 14 | 5B | 3C |
| Octal | 366 | 172 | 72 | 0 | 62 | 114 | 4 | 24 | 133 | 74 |
| Binary | 11110110 | 1111010 | 111010 | 0 | 110010 | 1001100 | 100 | 10100 | 1011011 | 111100 |
Color Harmonies of #F67A3A
Complementary color
Monochromatic Colors of #F67A3A
Black with #F67A3A
Text Example
Text Example
White with #F67A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67A3A; }
p { color: rgb(246,122,58); }
H1.HeaderClassName
{
color: #F67A3A;
}
.AnyTagClassName
{
color: #F67A3A;
}
</style>
background-color css
<style>
a { background-color: #F67A3A; }
a { background-color: rgb(246,122,58); }
div.DivClassName
{
background-color: #F67A3A;
}
.BgClassName
{
background-color: #F67A3A;
}
</style>
border-color css
<style>
span { border-color: #F67A3A; }
span { border-color: rgb(246,122,58); }
td.TdClassName
{
border-color: #F67A3A;
}
.TagClassName
{
border-color: #F67A3A;
}
</style>