Shades of Flamenco #F88841
Tints of Flamenco #F88841
RGB
CMYK
RGB Variations
Color information
#F88841 (or 0xF88841) is known color: Flamenco. HEX triplet: F8, 88 and 41. RGB value is (248,136,65). Sum of RGB (Red+Green+Blue) = 248+136+65=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 65 (25.78% from 255 or 14.48% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F88841 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F88841 is #0777BE. Grayscale: #A1A1A1. Windows color (decimal): -489407 or 4294904. OLE color: 4294904.
HSL color Cylindrical-coordinate representation of color #F88841: hue angle of 23.28º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F88841 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 136 | 65 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.03 |
| HSL | 23.28º | 0.93% | 0.61% | - |
| HSV(B) | 23.28º | 0.74% | 0.97% | - |
| XYZ | 48.47 | 37.95 | 9.77 | - |
| YUV | 161.39 | 73.61 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 136 | 65 | 0 | 0.45 | 0.74 | 0.03 | 23.28 | 0.93 | 0.61 |
| Hex | F8 | 88 | 41 | 0 | 2D | 4A | 3 | 17 | 5D | 3D |
| Octal | 370 | 210 | 101 | 0 | 55 | 112 | 3 | 27 | 135 | 75 |
| Binary | 11111000 | 10001000 | 1000001 | 0 | 101101 | 1001010 | 11 | 10111 | 1011101 | 111101 |
Color Harmonies of #F88841
Complementary color
Monochromatic Colors of #F88841
Black with #F88841
Text Example
Text Example
White with #F88841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88841; }
p { color: rgb(248,136,65); }
H1.HeaderClassName
{
color: #F88841;
}
.AnyTagClassName
{
color: #F88841;
}
</style>
background-color css
<style>
a { background-color: #F88841; }
a { background-color: rgb(248,136,65); }
div.DivClassName
{
background-color: #F88841;
}
.BgClassName
{
background-color: #F88841;
}
</style>
border-color css
<style>
span { border-color: #F88841; }
span { border-color: rgb(248,136,65); }
td.TdClassName
{
border-color: #F88841;
}
.TagClassName
{
border-color: #F88841;
}
</style>