Shades of Flamenco #F6803C
Tints of Flamenco #F6803C
RGB
CMYK
RGB Variations
Color information
#F6803C (or 0xF6803C) is known color: Flamenco. HEX triplet: F6, 80 and 3C. RGB value is (246,128,60). Sum of RGB (Red+Green+Blue) = 246+128+60=434 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.68% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 60 (23.83% from 255 or 13.82% from 434); Max value from RGB is 246 - color contains mainly: red. Hex color #F6803C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6803C is #097FC3. Grayscale: #9B9B9B. Windows color (decimal): -622532 or 3965174. OLE color: 3965174.
HSL color Cylindrical-coordinate representation of color #F6803C: hue angle of 21.94º 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 #F6803C is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 128 | 60 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.04 |
| HSL | 21.94º | 0.91% | 0.6% | - |
| HSV(B) | 21.94º | 0.76% | 0.96% | - |
| XYZ | 46.54 | 35.36 | 8.65 | - |
| YUV | 155.53 | 74.09 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 128 | 60 | 0 | 0.48 | 0.76 | 0.04 | 21.94 | 0.91 | 0.6 |
| Hex | F6 | 80 | 3C | 0 | 30 | 4C | 4 | 16 | 5B | 3C |
| Octal | 366 | 200 | 74 | 0 | 60 | 114 | 4 | 26 | 133 | 74 |
| Binary | 11110110 | 10000000 | 111100 | 0 | 110000 | 1001100 | 100 | 10110 | 1011011 | 111100 |
Color Harmonies of #F6803C
Complementary color
Monochromatic Colors of #F6803C
Black with #F6803C
Text Example
Text Example
White with #F6803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6803C; }
p { color: rgb(246,128,60); }
H1.HeaderClassName
{
color: #F6803C;
}
.AnyTagClassName
{
color: #F6803C;
}
</style>
background-color css
<style>
a { background-color: #F6803C; }
a { background-color: rgb(246,128,60); }
div.DivClassName
{
background-color: #F6803C;
}
.BgClassName
{
background-color: #F6803C;
}
</style>
border-color css
<style>
span { border-color: #F6803C; }
span { border-color: rgb(246,128,60); }
td.TdClassName
{
border-color: #F6803C;
}
.TagClassName
{
border-color: #F6803C;
}
</style>