#F88343

Color #F88343 Flamenco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flamenco #F88343

Tints of Flamenco #F88343

Color information

#F88343 (or 0xF88343) is unknown color: approx Flamenco. HEX triplet: F8, 83 and 43. RGB value is (248,131,67). Sum of RGB (Red+Green+Blue) = 248+131+67=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 67 (26.56% from 255 or 15.02% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F88343 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F88343 is #077CBC. Grayscale: #9F9F9F. Windows color (decimal): -490685 or 4424696. OLE color: 4424696.

HSL color Cylindrical-coordinate representation of color #F88343: hue angle of 21.22º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F88343 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB24813167-
CMYK00.470.730.03
HSL21.22º92.82%61.76%-
HSV(B)21.22º72.98%97.25%-
XYZ47.8436.599.85-
YUV158.6976.26191.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 55.61%
GREEN value IS 131 (51.56% from 255) = 29.37%
BLUE value IS 67 (26.56% from 255) = 15.02%
R=55.61%
G=29.37%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.73
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481316700.470.730.0321.2292.8261.76
HexF8834302F493155d3e
Octal37020310305711132513576
Binary111110001000001110000110101111100100111101011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88343; }

 p { color: rgb(248,131,67); }

 H1.HeaderClassName
 {
   color: #F88343;
 }
 .AnyTagClassName
 {
   color: #F88343;
 }
</style>
background-color css

<style>
 a { background-color: #F88343; }

 a { background-color: rgb(248,131,67); }

 div.DivClassName
 {
   background-color: #F88343;
 }
 .BgClassName
 {
   background-color: #F88343;
 }
</style>
border-color css

<style>
 span { border-color: #F88343; }

 span { border-color: rgb(248,131,67); }

 td.TdClassName
 {
   border-color: #F88343;
 }
 .TagClassName
 {
   border-color: #F88343;
 }
</style>