Shades of Flamenco #F38144
Tints of Flamenco #F38144
RGB
CMYK
RGB Variations
Color information
#F38144 (or 0xF38144) is known color: Flamenco. HEX triplet: F3, 81 and 44. RGB value is (243,129,68). Sum of RGB (Red+Green+Blue) = 243+129+68=440 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.23% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 68 (26.95% from 255 or 15.45% from 440); Max value from RGB is 243 - color contains mainly: red. Hex color #F38144 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38144 is #0C7EBB. Grayscale: #9C9C9C. Windows color (decimal): -818876 or 4489715. OLE color: 4489715.
HSL color Cylindrical-coordinate representation of color #F38144: hue angle of 20.91º 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 #F38144 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 129 | 68 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.05 |
| HSL | 20.91º | 0.88% | 0.61% | - |
| HSV(B) | 20.91º | 0.72% | 0.95% | - |
| XYZ | 45.86 | 35.17 | 9.84 | - |
| YUV | 156.13 | 78.27 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 129 | 68 | 0 | 0.47 | 0.72 | 0.05 | 20.91 | 0.88 | 0.61 |
| Hex | F3 | 81 | 44 | 0 | 2F | 48 | 5 | 15 | 58 | 3D |
| Octal | 363 | 201 | 104 | 0 | 57 | 110 | 5 | 25 | 130 | 75 |
| Binary | 11110011 | 10000001 | 1000100 | 0 | 101111 | 1001000 | 101 | 10101 | 1011000 | 111101 |
Color Harmonies of #F38144
Complementary color
Monochromatic Colors of #F38144
Black with #F38144
Text Example
Text Example
White with #F38144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38144; }
p { color: rgb(243,129,68); }
H1.HeaderClassName
{
color: #F38144;
}
.AnyTagClassName
{
color: #F38144;
}
</style>
background-color css
<style>
a { background-color: #F38144; }
a { background-color: rgb(243,129,68); }
div.DivClassName
{
background-color: #F38144;
}
.BgClassName
{
background-color: #F38144;
}
</style>
border-color css
<style>
span { border-color: #F38144; }
span { border-color: rgb(243,129,68); }
td.TdClassName
{
border-color: #F38144;
}
.TagClassName
{
border-color: #F38144;
}
</style>