Shades of Flamenco #F4823E
Tints of Flamenco #F4823E
RGB
CMYK
RGB Variations
Color information
#F4823E (or 0xF4823E) is known color: Flamenco. HEX triplet: F4, 82 and 3E. RGB value is (244,130,62). Sum of RGB (Red+Green+Blue) = 244+130+62=436 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.96% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 62 (24.61% from 255 or 14.22% from 436); Max value from RGB is 244 - color contains mainly: red. Hex color #F4823E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4823E is #0B7DC1. Grayscale: #9C9C9C. Windows color (decimal): -753090 or 4096756. OLE color: 4096756.
HSL color Cylindrical-coordinate representation of color #F4823E: hue angle of 22.42º degrees, saturation: 0.89, 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 #F4823E is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 130 | 62 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.04 |
| HSL | 22.42º | 0.89% | 0.6% | - |
| HSV(B) | 22.42º | 0.75% | 0.96% | - |
| XYZ | 46.16 | 35.55 | 8.99 | - |
| YUV | 156.33 | 74.77 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 130 | 62 | 0 | 0.47 | 0.75 | 0.04 | 22.42 | 0.89 | 0.6 |
| Hex | F4 | 82 | 3E | 0 | 2F | 4B | 4 | 16 | 59 | 3C |
| Octal | 364 | 202 | 76 | 0 | 57 | 113 | 4 | 26 | 131 | 74 |
| Binary | 11110100 | 10000010 | 111110 | 0 | 101111 | 1001011 | 100 | 10110 | 1011001 | 111100 |
Color Harmonies of #F4823E
Complementary color
Monochromatic Colors of #F4823E
Black with #F4823E
Text Example
Text Example
White with #F4823E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4823E; }
p { color: rgb(244,130,62); }
H1.HeaderClassName
{
color: #F4823E;
}
.AnyTagClassName
{
color: #F4823E;
}
</style>
background-color css
<style>
a { background-color: #F4823E; }
a { background-color: rgb(244,130,62); }
div.DivClassName
{
background-color: #F4823E;
}
.BgClassName
{
background-color: #F4823E;
}
</style>
border-color css
<style>
span { border-color: #F4823E; }
span { border-color: rgb(244,130,62); }
td.TdClassName
{
border-color: #F4823E;
}
.TagClassName
{
border-color: #F4823E;
}
</style>