Shades of Flamenco #F98441
Tints of Flamenco #F98441
RGB
CMYK
RGB Variations
Color information
#F98441 (or 0xF98441) is known color: Flamenco. HEX triplet: F9, 84 and 41. RGB value is (249,132,65). Sum of RGB (Red+Green+Blue) = 249+132+65=446 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.83% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 65 (25.78% from 255 or 14.57% from 446); Max value from RGB is 249 - color contains mainly: red. Hex color #F98441 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98441 is #067BBE. Grayscale: #9F9F9F. Windows color (decimal): -424895 or 4293881. OLE color: 4293881.
HSL color Cylindrical-coordinate representation of color #F98441: hue angle of 21.85º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F98441 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 132 | 65 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.02 |
| HSL | 21.85º | 0.94% | 0.62% | - |
| HSV(B) | 21.85º | 0.74% | 0.98% | - |
| XYZ | 48.27 | 37.02 | 9.6 | - |
| YUV | 159.35 | 74.76 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 132 | 65 | 0 | 0.47 | 0.74 | 0.02 | 21.85 | 0.94 | 0.62 |
| Hex | F9 | 84 | 41 | 0 | 2F | 4A | 2 | 16 | 5E | 3E |
| Octal | 371 | 204 | 101 | 0 | 57 | 112 | 2 | 26 | 136 | 76 |
| Binary | 11111001 | 10000100 | 1000001 | 0 | 101111 | 1001010 | 10 | 10110 | 1011110 | 111110 |
Color Harmonies of #F98441
Complementary color
Monochromatic Colors of #F98441
Black with #F98441
Text Example
Text Example
White with #F98441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98441; }
p { color: rgb(249,132,65); }
H1.HeaderClassName
{
color: #F98441;
}
.AnyTagClassName
{
color: #F98441;
}
</style>
background-color css
<style>
a { background-color: #F98441; }
a { background-color: rgb(249,132,65); }
div.DivClassName
{
background-color: #F98441;
}
.BgClassName
{
background-color: #F98441;
}
</style>
border-color css
<style>
span { border-color: #F98441; }
span { border-color: rgb(249,132,65); }
td.TdClassName
{
border-color: #F98441;
}
.TagClassName
{
border-color: #F98441;
}
</style>