Shades of Flamenco #F98343
Tints of Flamenco #F98343
RGB
CMYK
RGB Variations
Color information
#F98343 (or 0xF98343) is known color: Flamenco. HEX triplet: F9, 83 and 43. RGB value is (249,131,67). Sum of RGB (Red+Green+Blue) = 249+131+67=447 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.70% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 67 (26.56% from 255 or 14.99% from 447); Max value from RGB is 249 - color contains mainly: red. Hex color #F98343 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98343 is #067CBC. Grayscale: #9F9F9F. Windows color (decimal): -425149 or 4424697. OLE color: 4424697.
HSL color Cylindrical-coordinate representation of color #F98343: hue angle of 21.1º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F98343 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 131 | 67 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.02 |
| HSL | 21.1º | 0.94% | 0.62% | - |
| HSV(B) | 21.1º | 0.73% | 0.98% | - |
| XYZ | 48.2 | 36.78 | 9.87 | - |
| YUV | 158.99 | 76.09 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 131 | 67 | 0 | 0.47 | 0.73 | 0.02 | 21.1 | 0.94 | 0.62 |
| Hex | F9 | 83 | 43 | 0 | 2F | 49 | 2 | 15 | 5E | 3E |
| Octal | 371 | 203 | 103 | 0 | 57 | 111 | 2 | 25 | 136 | 76 |
| Binary | 11111001 | 10000011 | 1000011 | 0 | 101111 | 1001001 | 10 | 10101 | 1011110 | 111110 |
Color Harmonies of #F98343
Complementary color
Monochromatic Colors of #F98343
Black with #F98343
Text Example
Text Example
White with #F98343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98343; }
p { color: rgb(249,131,67); }
H1.HeaderClassName
{
color: #F98343;
}
.AnyTagClassName
{
color: #F98343;
}
</style>
background-color css
<style>
a { background-color: #F98343; }
a { background-color: rgb(249,131,67); }
div.DivClassName
{
background-color: #F98343;
}
.BgClassName
{
background-color: #F98343;
}
</style>
border-color css
<style>
span { border-color: #F98343; }
span { border-color: rgb(249,131,67); }
td.TdClassName
{
border-color: #F98343;
}
.TagClassName
{
border-color: #F98343;
}
</style>