#F38040

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

Shades of Flamenco #F38040

Tints of Flamenco #F38040

Color information

#F38040 (or 0xF38040) is unknown color: approx Flamenco. HEX triplet: F3, 80 and 40. RGB value is (243,128,64). Sum of RGB (Red+Green+Blue) = 243+128+64=435 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.86% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 243 - color contains mainly: red. Hex color #F38040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38040 is #0C7FBF. Grayscale: #9B9B9B. Windows color (decimal): -819136 or 4227315. OLE color: 4227315.

HSL color Cylindrical-coordinate representation of color #F38040: hue angle of 21.45º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F38040 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB24312864-
CMYK00.470.740.05
HSL21.45º88.18%60.2%-
HSV(B)21.45º73.66%95.29%-
XYZ45.6134.869.18-
YUV155.0976.6190.7-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 55.86%
GREEN value IS 128 (50.39% from 255) = 29.43%
BLUE value IS 64 (25.39% from 255) = 14.71%
R=55.86%
G=29.43%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431286400.470.740.0521.4588.1860.2
HexF3804002F4A515583c
Octal36320010005711252513074
Binary1111001110000000100000001011111001010101101011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38040; }

 p { color: rgb(243,128,64); }

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

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

 a { background-color: rgb(243,128,64); }

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

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

 span { border-color: rgb(243,128,64); }

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