Shades of Flamenco #F4833F
Tints of Flamenco #F4833F
RGB
CMYK
RGB Variations
Color information
#F4833F (or 0xF4833F) is known color: Flamenco. HEX triplet: F4, 83 and 3F. RGB value is (244,131,63). Sum of RGB (Red+Green+Blue) = 244+131+63=438 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.71% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 63 (25% from 255 or 14.38% from 438); Max value from RGB is 244 - color contains mainly: red. Hex color #F4833F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4833F is #0B7CC0. Grayscale: #9D9D9D. Windows color (decimal): -752833 or 4162548. OLE color: 4162548.
HSL color Cylindrical-coordinate representation of color #F4833F: hue angle of 22.54º 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 #F4833F is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 131 | 63 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.04 |
| HSL | 22.54º | 0.89% | 0.6% | - |
| HSV(B) | 22.54º | 0.74% | 0.96% | - |
| XYZ | 46.32 | 35.82 | 9.18 | - |
| YUV | 157.04 | 74.94 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 131 | 63 | 0 | 0.46 | 0.74 | 0.04 | 22.54 | 0.89 | 0.6 |
| Hex | F4 | 83 | 3F | 0 | 2E | 4A | 4 | 17 | 59 | 3C |
| Octal | 364 | 203 | 77 | 0 | 56 | 112 | 4 | 27 | 131 | 74 |
| Binary | 11110100 | 10000011 | 111111 | 0 | 101110 | 1001010 | 100 | 10111 | 1011001 | 111100 |
Color Harmonies of #F4833F
Complementary color
Monochromatic Colors of #F4833F
Black with #F4833F
Text Example
Text Example
White with #F4833F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4833F; }
p { color: rgb(244,131,63); }
H1.HeaderClassName
{
color: #F4833F;
}
.AnyTagClassName
{
color: #F4833F;
}
</style>
background-color css
<style>
a { background-color: #F4833F; }
a { background-color: rgb(244,131,63); }
div.DivClassName
{
background-color: #F4833F;
}
.BgClassName
{
background-color: #F4833F;
}
</style>
border-color css
<style>
span { border-color: #F4833F; }
span { border-color: rgb(244,131,63); }
td.TdClassName
{
border-color: #F4833F;
}
.TagClassName
{
border-color: #F4833F;
}
</style>