Shades of Flamenco #F4883F
Tints of Flamenco #F4883F
RGB
CMYK
RGB Variations
Color information
#F4883F (or 0xF4883F) is known color: Flamenco. HEX triplet: F4, 88 and 3F. RGB value is (244,136,63). Sum of RGB (Red+Green+Blue) = 244+136+63=443 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.08% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 63 (25% from 255 or 14.22% from 443); Max value from RGB is 244 - color contains mainly: red. Hex color #F4883F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4883F is #0B77C0. Grayscale: #A0A0A0. Windows color (decimal): -751553 or 4163828. OLE color: 4163828.
HSL color Cylindrical-coordinate representation of color #F4883F: hue angle of 24.2º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F4883F is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 136 | 63 | - |
| CMYK | 0 | 0.44 | 0.74 | 0.04 |
| HSL | 24.2º | 0.89% | 0.6% | - |
| HSV(B) | 24.2º | 0.74% | 0.96% | - |
| XYZ | 47.01 | 37.2 | 9.41 | - |
| YUV | 159.97 | 73.28 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 136 | 63 | 0 | 0.44 | 0.74 | 0.04 | 24.2 | 0.89 | 0.6 |
| Hex | F4 | 88 | 3F | 0 | 2C | 4A | 4 | 18 | 59 | 3C |
| Octal | 364 | 210 | 77 | 0 | 54 | 112 | 4 | 30 | 131 | 74 |
| Binary | 11110100 | 10001000 | 111111 | 0 | 101100 | 1001010 | 100 | 11000 | 1011001 | 111100 |
Color Harmonies of #F4883F
Complementary color
Monochromatic Colors of #F4883F
Black with #F4883F
Text Example
Text Example
White with #F4883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4883F; }
p { color: rgb(244,136,63); }
H1.HeaderClassName
{
color: #F4883F;
}
.AnyTagClassName
{
color: #F4883F;
}
</style>
background-color css
<style>
a { background-color: #F4883F; }
a { background-color: rgb(244,136,63); }
div.DivClassName
{
background-color: #F4883F;
}
.BgClassName
{
background-color: #F4883F;
}
</style>
border-color css
<style>
span { border-color: #F4883F; }
span { border-color: rgb(244,136,63); }
td.TdClassName
{
border-color: #F4883F;
}
.TagClassName
{
border-color: #F4883F;
}
</style>