Shades of Flamenco #F38841
Tints of Flamenco #F38841
RGB
CMYK
RGB Variations
Color information
#F38841 (or 0xF38841) is known color: Flamenco. HEX triplet: F3, 88 and 41. RGB value is (243,136,65). Sum of RGB (Red+Green+Blue) = 243+136+65=444 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.73% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 65 (25.78% from 255 or 14.64% from 444); Max value from RGB is 243 - color contains mainly: red. Hex color #F38841 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38841 is #0C77BE. Grayscale: #A0A0A0. Windows color (decimal): -817087 or 4294899. OLE color: 4294899.
HSL color Cylindrical-coordinate representation of color #F38841: hue angle of 23.93º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F38841 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 136 | 65 | - |
| CMYK | 0 | 0.44 | 0.73 | 0.05 |
| HSL | 23.93º | 0.88% | 0.6% | - |
| HSV(B) | 23.93º | 0.73% | 0.95% | - |
| XYZ | 46.72 | 37.04 | 9.69 | - |
| YUV | 159.9 | 74.45 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 136 | 65 | 0 | 0.44 | 0.73 | 0.05 | 23.93 | 0.88 | 0.6 |
| Hex | F3 | 88 | 41 | 0 | 2C | 49 | 5 | 18 | 58 | 3C |
| Octal | 363 | 210 | 101 | 0 | 54 | 111 | 5 | 30 | 130 | 74 |
| Binary | 11110011 | 10001000 | 1000001 | 0 | 101100 | 1001001 | 101 | 11000 | 1011000 | 111100 |
Color Harmonies of #F38841
Complementary color
Monochromatic Colors of #F38841
Black with #F38841
Text Example
Text Example
White with #F38841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38841; }
p { color: rgb(243,136,65); }
H1.HeaderClassName
{
color: #F38841;
}
.AnyTagClassName
{
color: #F38841;
}
</style>
background-color css
<style>
a { background-color: #F38841; }
a { background-color: rgb(243,136,65); }
div.DivClassName
{
background-color: #F38841;
}
.BgClassName
{
background-color: #F38841;
}
</style>
border-color css
<style>
span { border-color: #F38841; }
span { border-color: rgb(243,136,65); }
td.TdClassName
{
border-color: #F38841;
}
.TagClassName
{
border-color: #F38841;
}
</style>