Shades of Flamenco #F48345
Tints of Flamenco #F48345
RGB
CMYK
RGB Variations
Color information
#F48345 (or 0xF48345) is known color: Flamenco. HEX triplet: F4, 83 and 45. RGB value is (244,131,69). Sum of RGB (Red+Green+Blue) = 244+131+69=444 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.95% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 69 (27.34% from 255 or 15.54% from 444); Max value from RGB is 244 - color contains mainly: red. Hex color #F48345 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48345 is #0B7CBA. Grayscale: #9E9E9E. Windows color (decimal): -752827 or 4555764. OLE color: 4555764.
HSL color Cylindrical-coordinate representation of color #F48345: hue angle of 21.26º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F48345 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 131 | 69 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.04 |
| HSL | 21.26º | 0.89% | 0.61% | - |
| HSV(B) | 21.26º | 0.72% | 0.96% | - |
| XYZ | 46.5 | 35.9 | 10.11 | - |
| YUV | 157.72 | 77.94 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 131 | 69 | 0 | 0.46 | 0.72 | 0.04 | 21.26 | 0.89 | 0.61 |
| Hex | F4 | 83 | 45 | 0 | 2E | 48 | 4 | 15 | 59 | 3D |
| Octal | 364 | 203 | 105 | 0 | 56 | 110 | 4 | 25 | 131 | 75 |
| Binary | 11110100 | 10000011 | 1000101 | 0 | 101110 | 1001000 | 100 | 10101 | 1011001 | 111101 |
Color Harmonies of #F48345
Complementary color
Monochromatic Colors of #F48345
Black with #F48345
Text Example
Text Example
White with #F48345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48345; }
p { color: rgb(244,131,69); }
H1.HeaderClassName
{
color: #F48345;
}
.AnyTagClassName
{
color: #F48345;
}
</style>
background-color css
<style>
a { background-color: #F48345; }
a { background-color: rgb(244,131,69); }
div.DivClassName
{
background-color: #F48345;
}
.BgClassName
{
background-color: #F48345;
}
</style>
border-color css
<style>
span { border-color: #F48345; }
span { border-color: rgb(244,131,69); }
td.TdClassName
{
border-color: #F48345;
}
.TagClassName
{
border-color: #F48345;
}
</style>