Shades of Flamenco #FB8640
Tints of Flamenco #FB8640
RGB
CMYK
RGB Variations
Color information
#FB8640 (or 0xFB8640) is known color: Flamenco. HEX triplet: FB, 86 and 40. RGB value is (251,134,64). Sum of RGB (Red+Green+Blue) = 251+134+64=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 64 (25.39% from 255 or 14.25% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8640 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8640 is #0479BF. Grayscale: #A1A1A1. Windows color (decimal): -293312 or 4228859. OLE color: 4228859.
HSL color Cylindrical-coordinate representation of color #FB8640: hue angle of 22.46º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB8640 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 134 | 64 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.02 |
| HSL | 22.46º | 0.96% | 0.62% | - |
| HSV(B) | 22.46º | 0.75% | 0.98% | - |
| XYZ | 49.23 | 37.93 | 9.58 | - |
| YUV | 161 | 73.26 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 134 | 64 | 0 | 0.47 | 0.75 | 0.02 | 22.46 | 0.96 | 0.62 |
| Hex | FB | 86 | 40 | 0 | 2F | 4B | 2 | 16 | 60 | 3E |
| Octal | 373 | 206 | 100 | 0 | 57 | 113 | 2 | 26 | 140 | 76 |
| Binary | 11111011 | 10000110 | 1000000 | 0 | 101111 | 1001011 | 10 | 10110 | 1100000 | 111110 |
Color Harmonies of #FB8640
Complementary color
Monochromatic Colors of #FB8640
Black with #FB8640
Text Example
Text Example
White with #FB8640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8640; }
p { color: rgb(251,134,64); }
H1.HeaderClassName
{
color: #FB8640;
}
.AnyTagClassName
{
color: #FB8640;
}
</style>
background-color css
<style>
a { background-color: #FB8640; }
a { background-color: rgb(251,134,64); }
div.DivClassName
{
background-color: #FB8640;
}
.BgClassName
{
background-color: #FB8640;
}
</style>
border-color css
<style>
span { border-color: #FB8640; }
span { border-color: rgb(251,134,64); }
td.TdClassName
{
border-color: #FB8640;
}
.TagClassName
{
border-color: #FB8640;
}
</style>