#F88243

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

Shades of Flamenco #F88243

Tints of Flamenco #F88243

Color information

#F88243 (or 0xF88243) is unknown color: approx Flamenco. HEX triplet: F8, 82 and 43. RGB value is (248,130,67). Sum of RGB (Red+Green+Blue) = 248+130+67=445 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.73% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 67 (26.56% from 255 or 15.06% from 445); Max value from RGB is 248 - color contains mainly: red. Hex color #F88243 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F88243 is #077DBC. Grayscale: #9E9E9E. Windows color (decimal): -490941 or 4424440. OLE color: 4424440.

HSL color Cylindrical-coordinate representation of color #F88243: hue angle of 20.88º 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 #F88243 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB24813067-
CMYK00.480.730.03
HSL20.88º92.82%61.76%-
HSV(B)20.88º72.98%97.25%-
XYZ47.7136.339.81-
YUV158.176.59192.12-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.73%
GREEN value IS 130 (51.17% from 255) = 29.21%
BLUE value IS 67 (26.56% from 255) = 15.06%
R=55.73%
G=29.21%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481306700.480.730.0320.8892.8261.76
HexF88243030493155d3e
Octal37020210306011132513576
Binary111110001000001010000110110000100100111101011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88243; }

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

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

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

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

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

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

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

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