Shades of Flamenco #F6803E
Tints of Flamenco #F6803E
RGB
CMYK
RGB Variations
Color information
#F6803E (or 0xF6803E) is known color: Flamenco. HEX triplet: F6, 80 and 3E. RGB value is (246,128,62). Sum of RGB (Red+Green+Blue) = 246+128+62=436 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.42% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 62 (24.61% from 255 or 14.22% from 436); Max value from RGB is 246 - color contains mainly: red. Hex color #F6803E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6803E is #097FC1. Grayscale: #9C9C9C. Windows color (decimal): -622530 or 4096246. OLE color: 4096246.
HSL color Cylindrical-coordinate representation of color #F6803E: hue angle of 21.52º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F6803E is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 128 | 62 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.04 |
| HSL | 21.52º | 0.91% | 0.6% | - |
| HSV(B) | 21.52º | 0.75% | 0.96% | - |
| XYZ | 46.59 | 35.38 | 8.93 | - |
| YUV | 155.76 | 75.09 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 128 | 62 | 0 | 0.48 | 0.75 | 0.04 | 21.52 | 0.91 | 0.6 |
| Hex | F6 | 80 | 3E | 0 | 30 | 4B | 4 | 16 | 5B | 3C |
| Octal | 366 | 200 | 76 | 0 | 60 | 113 | 4 | 26 | 133 | 74 |
| Binary | 11110110 | 10000000 | 111110 | 0 | 110000 | 1001011 | 100 | 10110 | 1011011 | 111100 |
Color Harmonies of #F6803E
Complementary color
Monochromatic Colors of #F6803E
Black with #F6803E
Text Example
Text Example
White with #F6803E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6803E; }
p { color: rgb(246,128,62); }
H1.HeaderClassName
{
color: #F6803E;
}
.AnyTagClassName
{
color: #F6803E;
}
</style>
background-color css
<style>
a { background-color: #F6803E; }
a { background-color: rgb(246,128,62); }
div.DivClassName
{
background-color: #F6803E;
}
.BgClassName
{
background-color: #F6803E;
}
</style>
border-color css
<style>
span { border-color: #F6803E; }
span { border-color: rgb(246,128,62); }
td.TdClassName
{
border-color: #F6803E;
}
.TagClassName
{
border-color: #F6803E;
}
</style>