Shades of Flamenco #F8833F
Tints of Flamenco #F8833F
RGB
CMYK
RGB Variations
Color information
#F8833F (or 0xF8833F) is known color: Flamenco. HEX triplet: F8, 83 and 3F. RGB value is (248,131,63). Sum of RGB (Red+Green+Blue) = 248+131+63=442 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.11% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 248 - color contains mainly: red. Hex color #F8833F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8833F is #077CC0. Grayscale: #9E9E9E. Windows color (decimal): -490689 or 4162552. OLE color: 4162552.
HSL color Cylindrical-coordinate representation of color #F8833F: hue angle of 22.05º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8833F is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 131 | 63 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.03 |
| HSL | 22.05º | 0.93% | 0.61% | - |
| HSV(B) | 22.05º | 0.75% | 0.97% | - |
| XYZ | 47.72 | 36.55 | 9.24 | - |
| YUV | 158.23 | 74.26 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 131 | 63 | 0 | 0.47 | 0.75 | 0.03 | 22.05 | 0.93 | 0.61 |
| Hex | F8 | 83 | 3F | 0 | 2F | 4B | 3 | 16 | 5D | 3D |
| Octal | 370 | 203 | 77 | 0 | 57 | 113 | 3 | 26 | 135 | 75 |
| Binary | 11111000 | 10000011 | 111111 | 0 | 101111 | 1001011 | 11 | 10110 | 1011101 | 111101 |
Color Harmonies of #F8833F
Complementary color
Monochromatic Colors of #F8833F
Black with #F8833F
Text Example
Text Example
White with #F8833F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8833F; }
p { color: rgb(248,131,63); }
H1.HeaderClassName
{
color: #F8833F;
}
.AnyTagClassName
{
color: #F8833F;
}
</style>
background-color css
<style>
a { background-color: #F8833F; }
a { background-color: rgb(248,131,63); }
div.DivClassName
{
background-color: #F8833F;
}
.BgClassName
{
background-color: #F8833F;
}
</style>
border-color css
<style>
span { border-color: #F8833F; }
span { border-color: rgb(248,131,63); }
td.TdClassName
{
border-color: #F8833F;
}
.TagClassName
{
border-color: #F8833F;
}
</style>