#F38640

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

Shades of Flamenco #F38640

Tints of Flamenco #F38640

Color information

#F38640 (or 0xF38640) is unknown color: approx Flamenco. HEX triplet: F3, 86 and 40. RGB value is (243,134,64). Sum of RGB (Red+Green+Blue) = 243+134+64=441 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.10% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 243 - color contains mainly: red. Hex color #F38640 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38640 is #0C79BF. Grayscale: #9E9E9E. Windows color (decimal): -817600 or 4228851. OLE color: 4228851.

HSL color Cylindrical-coordinate representation of color #F38640: hue angle of 23.46º 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 #F38640 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB24313464-
CMYK00.450.740.05
HSL23.46º88.18%60.2%-
HSV(B)23.46º73.66%95.29%-
XYZ46.4136.489.44-
YUV158.6174.61188.19-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 55.10%
GREEN value IS 134 (52.73% from 255) = 30.39%
BLUE value IS 64 (25.39% from 255) = 14.51%
R=55.10%
G=30.39%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431346400.450.740.0523.4688.1860.2
HexF3864002D4A517583c
Octal36320610005511252713074
Binary1111001110000110100000001011011001010101101111011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38640; }

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

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

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

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

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

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

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

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