Shades of Flamenco #F3823B
Tints of Flamenco #F3823B
RGB
CMYK
RGB Variations
Color information
#F3823B (or 0xF3823B) is known color: Flamenco. HEX triplet: F3, 82 and 3B. RGB value is (243,130,59). Sum of RGB (Red+Green+Blue) = 243+130+59=432 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.25% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 59 (23.44% from 255 or 13.66% from 432); Max value from RGB is 243 - color contains mainly: red. Hex color #F3823B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3823B is #0C7DC4. Grayscale: #9C9C9C. Windows color (decimal): -818629 or 3900147. OLE color: 3900147.
HSL color Cylindrical-coordinate representation of color #F3823B: hue angle of 23.15º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F3823B is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 130 | 59 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.05 |
| HSL | 23.15º | 0.88% | 0.59% | - |
| HSV(B) | 23.15º | 0.76% | 0.95% | - |
| XYZ | 45.73 | 35.34 | 8.55 | - |
| YUV | 155.69 | 73.44 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 130 | 59 | 0 | 0.47 | 0.76 | 0.05 | 23.15 | 0.88 | 0.59 |
| Hex | F3 | 82 | 3B | 0 | 2F | 4C | 5 | 17 | 58 | 3B |
| Octal | 363 | 202 | 73 | 0 | 57 | 114 | 5 | 27 | 130 | 73 |
| Binary | 11110011 | 10000010 | 111011 | 0 | 101111 | 1001100 | 101 | 10111 | 1011000 | 111011 |
Color Harmonies of #F3823B
Complementary color
Monochromatic Colors of #F3823B
Black with #F3823B
Text Example
Text Example
White with #F3823B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3823B; }
p { color: rgb(243,130,59); }
H1.HeaderClassName
{
color: #F3823B;
}
.AnyTagClassName
{
color: #F3823B;
}
</style>
background-color css
<style>
a { background-color: #F3823B; }
a { background-color: rgb(243,130,59); }
div.DivClassName
{
background-color: #F3823B;
}
.BgClassName
{
background-color: #F3823B;
}
</style>
border-color css
<style>
span { border-color: #F3823B; }
span { border-color: rgb(243,130,59); }
td.TdClassName
{
border-color: #F3823B;
}
.TagClassName
{
border-color: #F3823B;
}
</style>