#F88443

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

Shades of Flamenco #F88443

Tints of Flamenco #F88443

Color information

#F88443 (or 0xF88443) is unknown color: approx Flamenco. HEX triplet: F8, 84 and 43. RGB value is (248,132,67). Sum of RGB (Red+Green+Blue) = 248+132+67=447 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.48% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 67 (26.56% from 255 or 14.99% from 447); Max value from RGB is 248 - color contains mainly: red. Hex color #F88443 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F88443 is #077BBC. Grayscale: #9F9F9F. Windows color (decimal): -490429 or 4424952. OLE color: 4424952.

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

Color convert

RGB24813267-
CMYK00.470.730.03
HSL21.55º92.82%61.76%-
HSV(B)21.55º72.98%97.25%-
XYZ47.9836.869.9-
YUV159.2775.93191.29-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.48%
GREEN value IS 132 (51.95% from 255) = 29.53%
BLUE value IS 67 (26.56% from 255) = 14.99%
R=55.48%
G=29.53%
B=14.99%

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
Decimal2481326700.470.730.0321.5592.8261.76
HexF8844302F493165d3e
Octal37020410305711132613576
Binary111110001000010010000110101111100100111101101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88443; }

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

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

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

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

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

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

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

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