Shades of Flamenco #F07B43
Tints of Flamenco #F07B43
RGB
CMYK
RGB Variations
Color information
#F07B43 (or 0xF07B43) is known color: Flamenco. HEX triplet: F0, 7B and 43. RGB value is (240,123,67). Sum of RGB (Red+Green+Blue) = 240+123+67=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 67 (26.56% from 255 or 15.58% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F07B43 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07B43 is #0F84BC. Grayscale: #979797. Windows color (decimal): -1017021 or 4422640. OLE color: 4422640.
HSL color Cylindrical-coordinate representation of color #F07B43: hue angle of 19.42º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F07B43 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 123 | 67 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.06 |
| HSL | 19.42º | 0.85% | 0.6% | - |
| HSV(B) | 19.42º | 0.72% | 0.94% | - |
| XYZ | 44.03 | 33.1 | 9.38 | - |
| YUV | 151.6 | 80.26 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 123 | 67 | 0 | 0.49 | 0.72 | 0.06 | 19.42 | 0.85 | 0.6 |
| Hex | F0 | 7B | 43 | 0 | 31 | 48 | 6 | 13 | 55 | 3C |
| Octal | 360 | 173 | 103 | 0 | 61 | 110 | 6 | 23 | 125 | 74 |
| Binary | 11110000 | 1111011 | 1000011 | 0 | 110001 | 1001000 | 110 | 10011 | 1010101 | 111100 |
Color Harmonies of #F07B43
Complementary color
Monochromatic Colors of #F07B43
Black with #F07B43
Text Example
Text Example
White with #F07B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07B43; }
p { color: rgb(240,123,67); }
H1.HeaderClassName
{
color: #F07B43;
}
.AnyTagClassName
{
color: #F07B43;
}
</style>
background-color css
<style>
a { background-color: #F07B43; }
a { background-color: rgb(240,123,67); }
div.DivClassName
{
background-color: #F07B43;
}
.BgClassName
{
background-color: #F07B43;
}
</style>
border-color css
<style>
span { border-color: #F07B43; }
span { border-color: rgb(240,123,67); }
td.TdClassName
{
border-color: #F07B43;
}
.TagClassName
{
border-color: #F07B43;
}
</style>