Shades of Flamenco #F87D40
Tints of Flamenco #F87D40
RGB
CMYK
RGB Variations
Color information
#F87D40 (or 0xF87D40) is known color: Flamenco. HEX triplet: F8, 7D and 40. RGB value is (248,125,64). Sum of RGB (Red+Green+Blue) = 248+125+64=437 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.75% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 64 (25.39% from 255 or 14.65% from 437); Max value from RGB is 248 - color contains mainly: red. Hex color #F87D40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87D40 is #0782BF. Grayscale: #9B9B9B. Windows color (decimal): -492224 or 4226552. OLE color: 4226552.
HSL color Cylindrical-coordinate representation of color #F87D40: hue angle of 19.89º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F87D40 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 125 | 64 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.03 |
| HSL | 19.89º | 0.93% | 0.61% | - |
| HSV(B) | 19.89º | 0.74% | 0.97% | - |
| XYZ | 46.97 | 34.99 | 9.13 | - |
| YUV | 154.82 | 76.75 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 125 | 64 | 0 | 0.50 | 0.74 | 0.03 | 19.89 | 0.93 | 0.61 |
| Hex | F8 | 7D | 40 | 0 | 32 | 4A | 3 | 14 | 5D | 3D |
| Octal | 370 | 175 | 100 | 0 | 62 | 112 | 3 | 24 | 135 | 75 |
| Binary | 11111000 | 1111101 | 1000000 | 0 | 110010 | 1001010 | 11 | 10100 | 1011101 | 111101 |
Color Harmonies of #F87D40
Complementary color
Monochromatic Colors of #F87D40
Black with #F87D40
Text Example
Text Example
White with #F87D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87D40; }
p { color: rgb(248,125,64); }
H1.HeaderClassName
{
color: #F87D40;
}
.AnyTagClassName
{
color: #F87D40;
}
</style>
background-color css
<style>
a { background-color: #F87D40; }
a { background-color: rgb(248,125,64); }
div.DivClassName
{
background-color: #F87D40;
}
.BgClassName
{
background-color: #F87D40;
}
</style>
border-color css
<style>
span { border-color: #F87D40; }
span { border-color: rgb(248,125,64); }
td.TdClassName
{
border-color: #F87D40;
}
.TagClassName
{
border-color: #F87D40;
}
</style>