Shades of Flamenco #FB8841
Tints of Flamenco #FB8841
RGB
CMYK
RGB Variations
Color information
#FB8841 (or 0xFB8841) is known color: Flamenco. HEX triplet: FB, 88 and 41. RGB value is (251,136,65). Sum of RGB (Red+Green+Blue) = 251+136+65=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 65 (25.78% from 255 or 14.38% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8841 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8841 is #0477BE. Grayscale: #A2A2A2. Windows color (decimal): -292799 or 4294907. OLE color: 4294907.
HSL color Cylindrical-coordinate representation of color #FB8841: hue angle of 22.9º degrees, saturation: 0.96, 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 #FB8841 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 65 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.02 |
| HSL | 22.9º | 0.96% | 0.62% | - |
| HSV(B) | 22.9º | 0.74% | 0.98% | - |
| XYZ | 49.54 | 38.5 | 9.82 | - |
| YUV | 162.29 | 73.1 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 65 | 0 | 0.46 | 0.74 | 0.02 | 22.9 | 0.96 | 0.62 |
| Hex | FB | 88 | 41 | 0 | 2E | 4A | 2 | 17 | 60 | 3E |
| Octal | 373 | 210 | 101 | 0 | 56 | 112 | 2 | 27 | 140 | 76 |
| Binary | 11111011 | 10001000 | 1000001 | 0 | 101110 | 1001010 | 10 | 10111 | 1100000 | 111110 |
Color Harmonies of #FB8841
Complementary color
Monochromatic Colors of #FB8841
Black with #FB8841
Text Example
Text Example
White with #FB8841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8841; }
p { color: rgb(251,136,65); }
H1.HeaderClassName
{
color: #FB8841;
}
.AnyTagClassName
{
color: #FB8841;
}
</style>
background-color css
<style>
a { background-color: #FB8841; }
a { background-color: rgb(251,136,65); }
div.DivClassName
{
background-color: #FB8841;
}
.BgClassName
{
background-color: #FB8841;
}
</style>
border-color css
<style>
span { border-color: #FB8841; }
span { border-color: rgb(251,136,65); }
td.TdClassName
{
border-color: #FB8841;
}
.TagClassName
{
border-color: #FB8841;
}
</style>