Shades of Burnt Orange #F6783C
Tints of Burnt Orange #F6783C
RGB
CMYK
RGB Variations
Color information
#F6783C (or 0xF6783C) is known color: Burnt Orange. HEX triplet: F6, 78 and 3C. RGB value is (246,120,60). Sum of RGB (Red+Green+Blue) = 246+120+60=426 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.75% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 60 (23.83% from 255 or 14.08% from 426); Max value from RGB is 246 - color contains mainly: red. Hex color #F6783C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6783C is #0987C3. Grayscale: #979797. Windows color (decimal): -624580 or 3963126. OLE color: 3963126.
HSL color Cylindrical-coordinate representation of color #F6783C: hue angle of 19.35º 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 #F6783C is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 120 | 60 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.04 |
| HSL | 19.35º | 0.91% | 0.6% | - |
| HSV(B) | 19.35º | 0.76% | 0.96% | - |
| XYZ | 45.54 | 33.35 | 8.31 | - |
| YUV | 150.83 | 76.74 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 120 | 60 | 0 | 0.51 | 0.76 | 0.04 | 19.35 | 0.91 | 0.6 |
| Hex | F6 | 78 | 3C | 0 | 33 | 4C | 4 | 13 | 5B | 3C |
| Octal | 366 | 170 | 74 | 0 | 63 | 114 | 4 | 23 | 133 | 74 |
| Binary | 11110110 | 1111000 | 111100 | 0 | 110011 | 1001100 | 100 | 10011 | 1011011 | 111100 |
Color Harmonies of #F6783C
Complementary color
Monochromatic Colors of #F6783C
Black with #F6783C
Text Example
Text Example
White with #F6783C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6783C; }
p { color: rgb(246,120,60); }
H1.HeaderClassName
{
color: #F6783C;
}
.AnyTagClassName
{
color: #F6783C;
}
</style>
background-color css
<style>
a { background-color: #F6783C; }
a { background-color: rgb(246,120,60); }
div.DivClassName
{
background-color: #F6783C;
}
.BgClassName
{
background-color: #F6783C;
}
</style>
border-color css
<style>
span { border-color: #F6783C; }
span { border-color: rgb(246,120,60); }
td.TdClassName
{
border-color: #F6783C;
}
.TagClassName
{
border-color: #F6783C;
}
</style>