Shades of Flamenco #FB8541
Tints of Flamenco #FB8541
RGB
CMYK
RGB Variations
Color information
#FB8541 (or 0xFB8541) is known color: Flamenco. HEX triplet: FB, 85 and 41. RGB value is (251,133,65). Sum of RGB (Red+Green+Blue) = 251+133+65=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 65 (25.78% from 255 or 14.48% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8541 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8541 is #047ABE. Grayscale: #A0A0A0. Windows color (decimal): -293567 or 4294139. OLE color: 4294139.
HSL color Cylindrical-coordinate representation of color #FB8541: hue angle of 21.94º 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 #FB8541 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 65 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.02 |
| HSL | 21.94º | 0.96% | 0.62% | - |
| HSV(B) | 21.94º | 0.74% | 0.98% | - |
| XYZ | 49.13 | 37.67 | 9.68 | - |
| YUV | 160.53 | 74.09 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 65 | 0 | 0.47 | 0.74 | 0.02 | 21.94 | 0.96 | 0.62 |
| Hex | FB | 85 | 41 | 0 | 2F | 4A | 2 | 16 | 60 | 3E |
| Octal | 373 | 205 | 101 | 0 | 57 | 112 | 2 | 26 | 140 | 76 |
| Binary | 11111011 | 10000101 | 1000001 | 0 | 101111 | 1001010 | 10 | 10110 | 1100000 | 111110 |
Color Harmonies of #FB8541
Complementary color
Monochromatic Colors of #FB8541
Black with #FB8541
Text Example
Text Example
White with #FB8541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8541; }
p { color: rgb(251,133,65); }
H1.HeaderClassName
{
color: #FB8541;
}
.AnyTagClassName
{
color: #FB8541;
}
</style>
background-color css
<style>
a { background-color: #FB8541; }
a { background-color: rgb(251,133,65); }
div.DivClassName
{
background-color: #FB8541;
}
.BgClassName
{
background-color: #FB8541;
}
</style>
border-color css
<style>
span { border-color: #FB8541; }
span { border-color: rgb(251,133,65); }
td.TdClassName
{
border-color: #FB8541;
}
.TagClassName
{
border-color: #FB8541;
}
</style>