Shades of Flamenco #F38844
Tints of Flamenco #F38844
RGB
CMYK
RGB Variations
Color information
#F38844 (or 0xF38844) is known color: Flamenco. HEX triplet: F3, 88 and 44. RGB value is (243,136,68). Sum of RGB (Red+Green+Blue) = 243+136+68=447 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.36% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 68 (26.95% from 255 or 15.21% from 447); Max value from RGB is 243 - color contains mainly: red. Hex color #F38844 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38844 is #0C77BB. Grayscale: #A0A0A0. Windows color (decimal): -817084 or 4491507. OLE color: 4491507.
HSL color Cylindrical-coordinate representation of color #F38844: hue angle of 23.31º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F38844 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 136 | 68 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.05 |
| HSL | 23.31º | 0.88% | 0.61% | - |
| HSV(B) | 23.31º | 0.72% | 0.95% | - |
| XYZ | 46.81 | 37.08 | 10.16 | - |
| YUV | 160.24 | 75.95 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 136 | 68 | 0 | 0.44 | 0.72 | 0.05 | 23.31 | 0.88 | 0.61 |
| Hex | F3 | 88 | 44 | 0 | 2C | 48 | 5 | 17 | 58 | 3D |
| Octal | 363 | 210 | 104 | 0 | 54 | 110 | 5 | 27 | 130 | 75 |
| Binary | 11110011 | 10001000 | 1000100 | 0 | 101100 | 1001000 | 101 | 10111 | 1011000 | 111101 |
Color Harmonies of #F38844
Complementary color
Monochromatic Colors of #F38844
Black with #F38844
Text Example
Text Example
White with #F38844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38844; }
p { color: rgb(243,136,68); }
H1.HeaderClassName
{
color: #F38844;
}
.AnyTagClassName
{
color: #F38844;
}
</style>
background-color css
<style>
a { background-color: #F38844; }
a { background-color: rgb(243,136,68); }
div.DivClassName
{
background-color: #F38844;
}
.BgClassName
{
background-color: #F38844;
}
</style>
border-color css
<style>
span { border-color: #F38844; }
span { border-color: rgb(243,136,68); }
td.TdClassName
{
border-color: #F38844;
}
.TagClassName
{
border-color: #F38844;
}
</style>