#F18240

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

Shades of Flamenco #F18240

Tints of Flamenco #F18240

Color information

#F18240 (or 0xF18240) is unknown color: approx Flamenco. HEX triplet: F1, 82 and 40. RGB value is (241,130,64). Sum of RGB (Red+Green+Blue) = 241+130+64=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F18240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18240 is #0E7DBF. Grayscale: #9C9C9C. Windows color (decimal): -949696 or 4227825. OLE color: 4227825.

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

Color convert

RGB24113064-
CMYK00.460.730.05
HSL22.37º86.34%59.8%-
HSV(B)22.37º73.44%94.51%-
XYZ45.1835.049.23-
YUV155.6676.27188.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.40%
GREEN value IS 130 (51.17% from 255) = 29.89%
BLUE value IS 64 (25.39% from 255) = 14.71%
R=55.40%
G=29.89%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411306400.460.730.0522.3786.3459.8
HexF1824002E49516563c
Octal36120210005611152612674
Binary1111000110000010100000001011101001001101101101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18240; }

 p { color: rgb(241,130,64); }

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

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

 a { background-color: rgb(241,130,64); }

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

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

 span { border-color: rgb(241,130,64); }

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