Shades of Flamenco #FB8942
Tints of Flamenco #FB8942
RGB
CMYK
RGB Variations
Color information
#FB8942 (or 0xFB8942) is known color: Flamenco. HEX triplet: FB, 89 and 42. RGB value is (251,137,66). Sum of RGB (Red+Green+Blue) = 251+137+66=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 66 (26.17% from 255 or 14.54% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8942 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8942 is #0476BD. Grayscale: #A3A3A3. Windows color (decimal): -292542 or 4360699. OLE color: 4360699.
HSL color Cylindrical-coordinate representation of color #FB8942: hue angle of 23.03º 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 #FB8942 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 137 | 66 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.02 |
| HSL | 23.03º | 0.96% | 0.62% | - |
| HSV(B) | 23.03º | 0.74% | 0.98% | - |
| XYZ | 49.71 | 38.79 | 10.02 | - |
| YUV | 162.99 | 73.27 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 137 | 66 | 0 | 0.45 | 0.74 | 0.02 | 23.03 | 0.96 | 0.62 |
| Hex | FB | 89 | 42 | 0 | 2D | 4A | 2 | 17 | 60 | 3E |
| Octal | 373 | 211 | 102 | 0 | 55 | 112 | 2 | 27 | 140 | 76 |
| Binary | 11111011 | 10001001 | 1000010 | 0 | 101101 | 1001010 | 10 | 10111 | 1100000 | 111110 |
Color Harmonies of #FB8942
Complementary color
Monochromatic Colors of #FB8942
Black with #FB8942
Text Example
Text Example
White with #FB8942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8942; }
p { color: rgb(251,137,66); }
H1.HeaderClassName
{
color: #FB8942;
}
.AnyTagClassName
{
color: #FB8942;
}
</style>
background-color css
<style>
a { background-color: #FB8942; }
a { background-color: rgb(251,137,66); }
div.DivClassName
{
background-color: #FB8942;
}
.BgClassName
{
background-color: #FB8942;
}
</style>
border-color css
<style>
span { border-color: #FB8942; }
span { border-color: rgb(251,137,66); }
td.TdClassName
{
border-color: #FB8942;
}
.TagClassName
{
border-color: #FB8942;
}
</style>