Shades of Flamenco #F98A43
Tints of Flamenco #F98A43
RGB
CMYK
RGB Variations
Color information
#F98A43 (or 0xF98A43) is known color: Flamenco. HEX triplet: F9, 8A and 43. RGB value is (249,138,67). Sum of RGB (Red+Green+Blue) = 249+138+67=454 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.85% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 67 (26.56% from 255 or 14.76% from 454); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A43 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98A43 is #0675BC. Grayscale: #A3A3A3. Windows color (decimal): -423357 or 4426489. OLE color: 4426489.
HSL color Cylindrical-coordinate representation of color #F98A43: hue angle of 23.41º 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 #F98A43 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 138 | 67 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.02 |
| HSL | 23.41º | 0.94% | 0.62% | - |
| HSV(B) | 23.41º | 0.73% | 0.98% | - |
| XYZ | 49.17 | 38.72 | 10.19 | - |
| YUV | 163.1 | 73.77 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 138 | 67 | 0 | 0.45 | 0.73 | 0.02 | 23.41 | 0.94 | 0.62 |
| Hex | F9 | 8A | 43 | 0 | 2D | 49 | 2 | 17 | 5E | 3E |
| Octal | 371 | 212 | 103 | 0 | 55 | 111 | 2 | 27 | 136 | 76 |
| Binary | 11111001 | 10001010 | 1000011 | 0 | 101101 | 1001001 | 10 | 10111 | 1011110 | 111110 |
Color Harmonies of #F98A43
Complementary color
Monochromatic Colors of #F98A43
Black with #F98A43
Text Example
Text Example
White with #F98A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98A43; }
p { color: rgb(249,138,67); }
H1.HeaderClassName
{
color: #F98A43;
}
.AnyTagClassName
{
color: #F98A43;
}
</style>
background-color css
<style>
a { background-color: #F98A43; }
a { background-color: rgb(249,138,67); }
div.DivClassName
{
background-color: #F98A43;
}
.BgClassName
{
background-color: #F98A43;
}
</style>
border-color css
<style>
span { border-color: #F98A43; }
span { border-color: rgb(249,138,67); }
td.TdClassName
{
border-color: #F98A43;
}
.TagClassName
{
border-color: #F98A43;
}
</style>