Shades of Flamenco #F98440
Tints of Flamenco #F98440
RGB
CMYK
RGB Variations
Color information
#F98440 (or 0xF98440) is known color: Flamenco. HEX triplet: F9, 84 and 40. RGB value is (249,132,64). Sum of RGB (Red+Green+Blue) = 249+132+64=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 64 (25.39% from 255 or 14.38% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F98440 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98440 is #067BBF. Grayscale: #9F9F9F. Windows color (decimal): -424896 or 4228345. OLE color: 4228345.
HSL color Cylindrical-coordinate representation of color #F98440: hue angle of 22.05º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F98440 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 132 | 64 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.02 |
| HSL | 22.05º | 0.94% | 0.61% | - |
| HSV(B) | 22.05º | 0.74% | 0.98% | - |
| XYZ | 48.24 | 37.01 | 9.45 | - |
| YUV | 159.23 | 74.26 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 132 | 64 | 0 | 0.47 | 0.74 | 0.02 | 22.05 | 0.94 | 0.61 |
| Hex | F9 | 84 | 40 | 0 | 2F | 4A | 2 | 16 | 5E | 3D |
| Octal | 371 | 204 | 100 | 0 | 57 | 112 | 2 | 26 | 136 | 75 |
| Binary | 11111001 | 10000100 | 1000000 | 0 | 101111 | 1001010 | 10 | 10110 | 1011110 | 111101 |
Color Harmonies of #F98440
Complementary color
Monochromatic Colors of #F98440
Black with #F98440
Text Example
Text Example
White with #F98440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98440; }
p { color: rgb(249,132,64); }
H1.HeaderClassName
{
color: #F98440;
}
.AnyTagClassName
{
color: #F98440;
}
</style>
background-color css
<style>
a { background-color: #F98440; }
a { background-color: rgb(249,132,64); }
div.DivClassName
{
background-color: #F98440;
}
.BgClassName
{
background-color: #F98440;
}
</style>
border-color css
<style>
span { border-color: #F98440; }
span { border-color: rgb(249,132,64); }
td.TdClassName
{
border-color: #F98440;
}
.TagClassName
{
border-color: #F98440;
}
</style>