Shades of Flamenco #F67D3E
Tints of Flamenco #F67D3E
RGB
CMYK
RGB Variations
Color information
#F67D3E (or 0xF67D3E) is known color: Flamenco. HEX triplet: F6, 7D and 3E. RGB value is (246,125,62). Sum of RGB (Red+Green+Blue) = 246+125+62=433 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.81% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 62 (24.61% from 255 or 14.32% from 433); Max value from RGB is 246 - color contains mainly: red. Hex color #F67D3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67D3E is #0982C1. Grayscale: #9A9A9A. Windows color (decimal): -623298 or 4095478. OLE color: 4095478.
HSL color Cylindrical-coordinate representation of color #F67D3E: hue angle of 20.54º 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 #F67D3E is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 125 | 62 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.04 |
| HSL | 20.54º | 0.91% | 0.6% | - |
| HSV(B) | 20.54º | 0.75% | 0.96% | - |
| XYZ | 46.21 | 34.61 | 8.8 | - |
| YUV | 154 | 76.09 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 125 | 62 | 0 | 0.49 | 0.75 | 0.04 | 20.54 | 0.91 | 0.6 |
| Hex | F6 | 7D | 3E | 0 | 31 | 4B | 4 | 15 | 5B | 3C |
| Octal | 366 | 175 | 76 | 0 | 61 | 113 | 4 | 25 | 133 | 74 |
| Binary | 11110110 | 1111101 | 111110 | 0 | 110001 | 1001011 | 100 | 10101 | 1011011 | 111100 |
Color Harmonies of #F67D3E
Complementary color
Monochromatic Colors of #F67D3E
Black with #F67D3E
Text Example
Text Example
White with #F67D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67D3E; }
p { color: rgb(246,125,62); }
H1.HeaderClassName
{
color: #F67D3E;
}
.AnyTagClassName
{
color: #F67D3E;
}
</style>
background-color css
<style>
a { background-color: #F67D3E; }
a { background-color: rgb(246,125,62); }
div.DivClassName
{
background-color: #F67D3E;
}
.BgClassName
{
background-color: #F67D3E;
}
</style>
border-color css
<style>
span { border-color: #F67D3E; }
span { border-color: rgb(246,125,62); }
td.TdClassName
{
border-color: #F67D3E;
}
.TagClassName
{
border-color: #F67D3E;
}
</style>