Shades of Flamenco #F5843D
Tints of Flamenco #F5843D
RGB
CMYK
RGB Variations
Color information
#F5843D (or 0xF5843D) is known color: Flamenco. HEX triplet: F5, 84 and 3D. RGB value is (245,132,61). Sum of RGB (Red+Green+Blue) = 245+132+61=438 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.94% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 61 (24.22% from 255 or 13.93% from 438); Max value from RGB is 245 - color contains mainly: red. Hex color #F5843D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5843D is #0A7BC2. Grayscale: #9E9E9E. Windows color (decimal): -687043 or 4031733. OLE color: 4031733.
HSL color Cylindrical-coordinate representation of color #F5843D: hue angle of 23.15º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F5843D is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 61 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.04 |
| HSL | 23.15º | 0.9% | 0.6% | - |
| HSV(B) | 23.15º | 0.75% | 0.96% | - |
| XYZ | 46.75 | 36.25 | 8.95 | - |
| YUV | 157.69 | 73.44 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 61 | 0 | 0.46 | 0.75 | 0.04 | 23.15 | 0.9 | 0.6 |
| Hex | F5 | 84 | 3D | 0 | 2E | 4B | 4 | 17 | 5A | 3C |
| Octal | 365 | 204 | 75 | 0 | 56 | 113 | 4 | 27 | 132 | 74 |
| Binary | 11110101 | 10000100 | 111101 | 0 | 101110 | 1001011 | 100 | 10111 | 1011010 | 111100 |
Color Harmonies of #F5843D
Complementary color
Monochromatic Colors of #F5843D
Black with #F5843D
Text Example
Text Example
White with #F5843D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5843D; }
p { color: rgb(245,132,61); }
H1.HeaderClassName
{
color: #F5843D;
}
.AnyTagClassName
{
color: #F5843D;
}
</style>
background-color css
<style>
a { background-color: #F5843D; }
a { background-color: rgb(245,132,61); }
div.DivClassName
{
background-color: #F5843D;
}
.BgClassName
{
background-color: #F5843D;
}
</style>
border-color css
<style>
span { border-color: #F5843D; }
span { border-color: rgb(245,132,61); }
td.TdClassName
{
border-color: #F5843D;
}
.TagClassName
{
border-color: #F5843D;
}
</style>