Shades of Flamenco #F8803C
Tints of Flamenco #F8803C
RGB
CMYK
RGB Variations
Color information
#F8803C (or 0xF8803C) is known color: Flamenco. HEX triplet: F8, 80 and 3C. RGB value is (248,128,60). Sum of RGB (Red+Green+Blue) = 248+128+60=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 60 (23.83% from 255 or 13.76% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F8803C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8803C is #077FC3. Grayscale: #9C9C9C. Windows color (decimal): -491460 or 3965176. OLE color: 3965176.
HSL color Cylindrical-coordinate representation of color #F8803C: hue angle of 21.7º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F8803C is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 128 | 60 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.03 |
| HSL | 21.7º | 0.93% | 0.6% | - |
| HSV(B) | 21.7º | 0.76% | 0.97% | - |
| XYZ | 47.25 | 35.72 | 8.68 | - |
| YUV | 156.13 | 73.76 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 128 | 60 | 0 | 0.48 | 0.76 | 0.03 | 21.7 | 0.93 | 0.6 |
| Hex | F8 | 80 | 3C | 0 | 30 | 4C | 3 | 16 | 5D | 3C |
| Octal | 370 | 200 | 74 | 0 | 60 | 114 | 3 | 26 | 135 | 74 |
| Binary | 11111000 | 10000000 | 111100 | 0 | 110000 | 1001100 | 11 | 10110 | 1011101 | 111100 |
Color Harmonies of #F8803C
Complementary color
Monochromatic Colors of #F8803C
Black with #F8803C
Text Example
Text Example
White with #F8803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8803C; }
p { color: rgb(248,128,60); }
H1.HeaderClassName
{
color: #F8803C;
}
.AnyTagClassName
{
color: #F8803C;
}
</style>
background-color css
<style>
a { background-color: #F8803C; }
a { background-color: rgb(248,128,60); }
div.DivClassName
{
background-color: #F8803C;
}
.BgClassName
{
background-color: #F8803C;
}
</style>
border-color css
<style>
span { border-color: #F8803C; }
span { border-color: rgb(248,128,60); }
td.TdClassName
{
border-color: #F8803C;
}
.TagClassName
{
border-color: #F8803C;
}
</style>