Shades of Flamenco #F4823D
Tints of Flamenco #F4823D
RGB
CMYK
RGB Variations
Color information
#F4823D (or 0xF4823D) is known color: Flamenco. HEX triplet: F4, 82 and 3D. RGB value is (244,130,61). Sum of RGB (Red+Green+Blue) = 244+130+61=435 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.09% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 61 (24.22% from 255 or 14.02% from 435); Max value from RGB is 244 - color contains mainly: red. Hex color #F4823D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4823D is #0B7DC2. Grayscale: #9C9C9C. Windows color (decimal): -753091 or 4031220. OLE color: 4031220.
HSL color Cylindrical-coordinate representation of color #F4823D: hue angle of 22.62º 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 #F4823D is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 130 | 61 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.04 |
| HSL | 22.62º | 0.89% | 0.6% | - |
| HSV(B) | 22.62º | 0.75% | 0.96% | - |
| XYZ | 46.13 | 35.54 | 8.84 | - |
| YUV | 156.22 | 74.27 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 130 | 61 | 0 | 0.47 | 0.75 | 0.04 | 22.62 | 0.89 | 0.6 |
| Hex | F4 | 82 | 3D | 0 | 2F | 4B | 4 | 17 | 59 | 3C |
| Octal | 364 | 202 | 75 | 0 | 57 | 113 | 4 | 27 | 131 | 74 |
| Binary | 11110100 | 10000010 | 111101 | 0 | 101111 | 1001011 | 100 | 10111 | 1011001 | 111100 |
Color Harmonies of #F4823D
Complementary color
Monochromatic Colors of #F4823D
Black with #F4823D
Text Example
Text Example
White with #F4823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4823D; }
p { color: rgb(244,130,61); }
H1.HeaderClassName
{
color: #F4823D;
}
.AnyTagClassName
{
color: #F4823D;
}
</style>
background-color css
<style>
a { background-color: #F4823D; }
a { background-color: rgb(244,130,61); }
div.DivClassName
{
background-color: #F4823D;
}
.BgClassName
{
background-color: #F4823D;
}
</style>
border-color css
<style>
span { border-color: #F4823D; }
span { border-color: rgb(244,130,61); }
td.TdClassName
{
border-color: #F4823D;
}
.TagClassName
{
border-color: #F4823D;
}
</style>