#F88341

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

Shades of Flamenco #F88341

Tints of Flamenco #F88341

Color information

#F88341 (or 0xF88341) is unknown color: approx Flamenco. HEX triplet: F8, 83 and 41. RGB value is (248,131,65). Sum of RGB (Red+Green+Blue) = 248+131+65=444 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.86% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 65 (25.78% from 255 or 14.64% from 444); Max value from RGB is 248 - color contains mainly: red. Hex color #F88341 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F88341 is #077CBE. Grayscale: #9E9E9E. Windows color (decimal): -490687 or 4293624. OLE color: 4293624.

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

Color convert

RGB24813165-
CMYK00.470.740.03
HSL21.64º92.89%61.37%-
HSV(B)21.64º73.79%97.25%-
XYZ47.7836.579.54-
YUV158.4675.26191.87-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.86%
GREEN value IS 131 (51.56% from 255) = 29.50%
BLUE value IS 65 (25.78% from 255) = 14.64%
R=55.86%
G=29.50%
B=14.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.74
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481316500.470.740.0321.6492.8961.37
HexF8834102F4A3165d3d
Octal37020310105711232613575
Binary111110001000001110000010101111100101011101101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88341; }

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

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

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

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

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

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

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

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