Shades of Flamenco #F9823C
Tints of Flamenco #F9823C
RGB
CMYK
RGB Variations
Color information
#F9823C (or 0xF9823C) is known color: Flamenco. HEX triplet: F9, 82 and 3C. RGB value is (249,130,60). Sum of RGB (Red+Green+Blue) = 249+130+60=439 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.72% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 249 - color contains mainly: red. Hex color #F9823C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9823C is #067DC3. Grayscale: #9E9E9E. Windows color (decimal): -425412 or 3965689. OLE color: 3965689.
HSL color Cylindrical-coordinate representation of color #F9823C: hue angle of 22.22º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F9823C is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 60 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.02 |
| HSL | 22.22º | 0.94% | 0.61% | - |
| HSV(B) | 22.22º | 0.76% | 0.98% | - |
| XYZ | 47.87 | 36.43 | 8.78 | - |
| YUV | 157.6 | 72.92 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 60 | 0 | 0.48 | 0.76 | 0.02 | 22.22 | 0.94 | 0.61 |
| Hex | F9 | 82 | 3C | 0 | 30 | 4C | 2 | 16 | 5E | 3D |
| Octal | 371 | 202 | 74 | 0 | 60 | 114 | 2 | 26 | 136 | 75 |
| Binary | 11111001 | 10000010 | 111100 | 0 | 110000 | 1001100 | 10 | 10110 | 1011110 | 111101 |
Color Harmonies of #F9823C
Complementary color
Monochromatic Colors of #F9823C
Black with #F9823C
Text Example
Text Example
White with #F9823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9823C; }
p { color: rgb(249,130,60); }
H1.HeaderClassName
{
color: #F9823C;
}
.AnyTagClassName
{
color: #F9823C;
}
</style>
background-color css
<style>
a { background-color: #F9823C; }
a { background-color: rgb(249,130,60); }
div.DivClassName
{
background-color: #F9823C;
}
.BgClassName
{
background-color: #F9823C;
}
</style>
border-color css
<style>
span { border-color: #F9823C; }
span { border-color: rgb(249,130,60); }
td.TdClassName
{
border-color: #F9823C;
}
.TagClassName
{
border-color: #F9823C;
}
</style>