Shades of Flamenco #F88345
Tints of Flamenco #F88345
RGB
CMYK
RGB Variations
Color information
#F88345 (or 0xF88345) is known color: Flamenco. HEX triplet: F8, 83 and 45. RGB value is (248,131,69). Sum of RGB (Red+Green+Blue) = 248+131+69=448 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.36% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 69 (27.34% from 255 or 15.40% from 448); Max value from RGB is 248 - color contains mainly: red. Hex color #F88345 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F88345 is #077CBA. Grayscale: #9F9F9F. Windows color (decimal): -490683 or 4555768. OLE color: 4555768.
HSL color Cylindrical-coordinate representation of color #F88345: hue angle of 20.78º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F88345 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 131 | 69 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.03 |
| HSL | 20.78º | 0.93% | 0.62% | - |
| HSV(B) | 20.78º | 0.72% | 0.97% | - |
| XYZ | 47.9 | 36.62 | 10.17 | - |
| YUV | 158.92 | 77.26 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 131 | 69 | 0 | 0.47 | 0.72 | 0.03 | 20.78 | 0.93 | 0.62 |
| Hex | F8 | 83 | 45 | 0 | 2F | 48 | 3 | 15 | 5D | 3E |
| Octal | 370 | 203 | 105 | 0 | 57 | 110 | 3 | 25 | 135 | 76 |
| Binary | 11111000 | 10000011 | 1000101 | 0 | 101111 | 1001000 | 11 | 10101 | 1011101 | 111110 |
Color Harmonies of #F88345
Complementary color
Monochromatic Colors of #F88345
Black with #F88345
Text Example
Text Example
White with #F88345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88345; }
p { color: rgb(248,131,69); }
H1.HeaderClassName
{
color: #F88345;
}
.AnyTagClassName
{
color: #F88345;
}
</style>
background-color css
<style>
a { background-color: #F88345; }
a { background-color: rgb(248,131,69); }
div.DivClassName
{
background-color: #F88345;
}
.BgClassName
{
background-color: #F88345;
}
</style>
border-color css
<style>
span { border-color: #F88345; }
span { border-color: rgb(248,131,69); }
td.TdClassName
{
border-color: #F88345;
}
.TagClassName
{
border-color: #F88345;
}
</style>