#F08940

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

Shades of Flamenco #F08940

Tints of Flamenco #F08940

Color information

#F08940 (or 0xF08940) is unknown color: approx Flamenco. HEX triplet: F0, 89 and 40. RGB value is (240,137,64). Sum of RGB (Red+Green+Blue) = 240+137+64=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F08940 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08940 is #0F76BF. Grayscale: #9F9F9F. Windows color (decimal): -1013440 or 4229616. OLE color: 4229616.

HSL color Cylindrical-coordinate representation of color #F08940: hue angle of 24.89º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F08940 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB24013764-
CMYK00.430.730.06
HSL24.89º85.44%59.61%-
HSV(B)24.89º73.33%94.12%-
XYZ45.8136.799.54-
YUV159.4774.12185.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.42%
GREEN value IS 137 (53.91% from 255) = 31.07%
BLUE value IS 64 (25.39% from 255) = 14.51%
R=54.42%
G=31.07%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401376400.430.730.0624.8985.4459.61
HexF0894002B49619553c
Octal36021110005311163112574
Binary1111000010001001100000001010111001001110110011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08940; }

 p { color: rgb(240,137,64); }

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

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

 a { background-color: rgb(240,137,64); }

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

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

 span { border-color: rgb(240,137,64); }

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