Shades of Flamenco #FC8741
Tints of Flamenco #FC8741
RGB
CMYK
RGB Variations
Color information
#FC8741 (or 0xFC8741) is known color: Flamenco. HEX triplet: FC, 87 and 41. RGB value is (252,135,65). Sum of RGB (Red+Green+Blue) = 252+135+65=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 135 (53.12% from 255 or 29.87% from 452); Blue value is 65 (25.78% from 255 or 14.38% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8741 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8741 is #0378BE. Grayscale: #A2A2A2. Windows color (decimal): -227519 or 4294652. OLE color: 4294652.
HSL color Cylindrical-coordinate representation of color #FC8741: hue angle of 22.46º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC8741 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 135 | 65 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.01 |
| HSL | 22.46º | 0.97% | 0.62% | - |
| HSV(B) | 22.46º | 0.74% | 0.99% | - |
| XYZ | 49.76 | 38.41 | 9.79 | - |
| YUV | 162 | 73.26 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 135 | 65 | 0 | 0.46 | 0.74 | 0.01 | 22.46 | 0.97 | 0.62 |
| Hex | FC | 87 | 41 | 0 | 2E | 4A | 1 | 16 | 61 | 3E |
| Octal | 374 | 207 | 101 | 0 | 56 | 112 | 1 | 26 | 141 | 76 |
| Binary | 11111100 | 10000111 | 1000001 | 0 | 101110 | 1001010 | 1 | 10110 | 1100001 | 111110 |
Color Harmonies of #FC8741
Complementary color
Monochromatic Colors of #FC8741
Black with #FC8741
Text Example
Text Example
White with #FC8741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8741; }
p { color: rgb(252,135,65); }
H1.HeaderClassName
{
color: #FC8741;
}
.AnyTagClassName
{
color: #FC8741;
}
</style>
background-color css
<style>
a { background-color: #FC8741; }
a { background-color: rgb(252,135,65); }
div.DivClassName
{
background-color: #FC8741;
}
.BgClassName
{
background-color: #FC8741;
}
</style>
border-color css
<style>
span { border-color: #FC8741; }
span { border-color: rgb(252,135,65); }
td.TdClassName
{
border-color: #FC8741;
}
.TagClassName
{
border-color: #FC8741;
}
</style>