Shades of Flamenco #F38242
Tints of Flamenco #F38242
RGB
CMYK
RGB Variations
Color information
#F38242 (or 0xF38242) is known color: Flamenco. HEX triplet: F3, 82 and 42. RGB value is (243,130,66). Sum of RGB (Red+Green+Blue) = 243+130+66=439 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.35% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 66 (26.17% from 255 or 15.03% from 439); Max value from RGB is 243 - color contains mainly: red. Hex color #F38242 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38242 is #0C7DBD. Grayscale: #9C9C9C. Windows color (decimal): -818622 or 4358899. OLE color: 4358899.
HSL color Cylindrical-coordinate representation of color #F38242: hue angle of 21.69º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F38242 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 130 | 66 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.05 |
| HSL | 21.69º | 0.88% | 0.61% | - |
| HSV(B) | 21.69º | 0.73% | 0.95% | - |
| XYZ | 45.93 | 35.41 | 9.57 | - |
| YUV | 156.49 | 76.94 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 130 | 66 | 0 | 0.47 | 0.73 | 0.05 | 21.69 | 0.88 | 0.61 |
| Hex | F3 | 82 | 42 | 0 | 2F | 49 | 5 | 16 | 58 | 3D |
| Octal | 363 | 202 | 102 | 0 | 57 | 111 | 5 | 26 | 130 | 75 |
| Binary | 11110011 | 10000010 | 1000010 | 0 | 101111 | 1001001 | 101 | 10110 | 1011000 | 111101 |
Color Harmonies of #F38242
Complementary color
Monochromatic Colors of #F38242
Black with #F38242
Text Example
Text Example
White with #F38242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38242; }
p { color: rgb(243,130,66); }
H1.HeaderClassName
{
color: #F38242;
}
.AnyTagClassName
{
color: #F38242;
}
</style>
background-color css
<style>
a { background-color: #F38242; }
a { background-color: rgb(243,130,66); }
div.DivClassName
{
background-color: #F38242;
}
.BgClassName
{
background-color: #F38242;
}
</style>
border-color css
<style>
span { border-color: #F38242; }
span { border-color: rgb(243,130,66); }
td.TdClassName
{
border-color: #F38242;
}
.TagClassName
{
border-color: #F38242;
}
</style>