#F18A4A

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

Shades of Flamenco #F18A4A

Tints of Flamenco #F18A4A

Color information

#F18A4A (or 0xF18A4A) is unknown color: approx Flamenco. HEX triplet: F1, 8A and 4A. RGB value is (241,138,74). Sum of RGB (Red+Green+Blue) = 241+138+74=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18A4A is #0E75B5. Grayscale: #A1A1A1. Windows color (decimal): -947638 or 4885233. OLE color: 4885233.

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

Color convert

RGB24113874-
CMYK00.430.690.05
HSL22.99º85.64%61.76%-
HSV(B)22.99º69.29%94.51%-
XYZ46.637.3711.24-
YUV161.578.62184.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.20%
GREEN value IS 138 (54.30% from 255) = 30.46%
BLUE value IS 74 (29.30% from 255) = 16.34%
R=53.20%
G=30.46%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411387400.430.690.0522.9985.6461.76
HexF18A4A02B45517563e
Octal36121211205310552712676
Binary1111000110001010100101001010111000101101101111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18A4A; }

 p { color: rgb(241,138,74); }

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

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

 a { background-color: rgb(241,138,74); }

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

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

 span { border-color: rgb(241,138,74); }

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