Shades of Flamenco #F37B42
Tints of Flamenco #F37B42
RGB
CMYK
RGB Variations
Color information
#F37B42 (or 0xF37B42) is known color: Flamenco. HEX triplet: F3, 7B and 42. RGB value is (243,123,66). Sum of RGB (Red+Green+Blue) = 243+123+66=432 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.25% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 66 (26.17% from 255 or 15.28% from 432); Max value from RGB is 243 - color contains mainly: red. Hex color #F37B42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F37B42 is #0C84BD. Grayscale: #989898. Windows color (decimal): -820414 or 4357107. OLE color: 4357107.
HSL color Cylindrical-coordinate representation of color #F37B42: hue angle of 19.32º 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 #F37B42 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 123 | 66 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.05 |
| HSL | 19.32º | 0.88% | 0.61% | - |
| HSV(B) | 19.32º | 0.73% | 0.95% | - |
| XYZ | 45.03 | 33.61 | 9.27 | - |
| YUV | 152.38 | 79.26 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 123 | 66 | 0 | 0.49 | 0.73 | 0.05 | 19.32 | 0.88 | 0.61 |
| Hex | F3 | 7B | 42 | 0 | 31 | 49 | 5 | 13 | 58 | 3D |
| Octal | 363 | 173 | 102 | 0 | 61 | 111 | 5 | 23 | 130 | 75 |
| Binary | 11110011 | 1111011 | 1000010 | 0 | 110001 | 1001001 | 101 | 10011 | 1011000 | 111101 |
Color Harmonies of #F37B42
Complementary color
Monochromatic Colors of #F37B42
Black with #F37B42
Text Example
Text Example
White with #F37B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37B42; }
p { color: rgb(243,123,66); }
H1.HeaderClassName
{
color: #F37B42;
}
.AnyTagClassName
{
color: #F37B42;
}
</style>
background-color css
<style>
a { background-color: #F37B42; }
a { background-color: rgb(243,123,66); }
div.DivClassName
{
background-color: #F37B42;
}
.BgClassName
{
background-color: #F37B42;
}
</style>
border-color css
<style>
span { border-color: #F37B42; }
span { border-color: rgb(243,123,66); }
td.TdClassName
{
border-color: #F37B42;
}
.TagClassName
{
border-color: #F37B42;
}
</style>