#F18B4A

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

Shades of Flamenco #F18B4A

Tints of Flamenco #F18B4A

Color information

#F18B4A (or 0xF18B4A) is unknown color: approx Flamenco. HEX triplet: F1, 8B and 4A. RGB value is (241,139,74). Sum of RGB (Red+Green+Blue) = 241+139+74=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 74 (29.30% from 255 or 16.30% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18B4A is #0E74B5. Grayscale: #A2A2A2. Windows color (decimal): -947382 or 4885489. OLE color: 4885489.

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

Color convert

RGB24113974-
CMYK00.420.690.05
HSL23.35º85.64%61.76%-
HSV(B)23.35º69.29%94.51%-
XYZ46.7437.6611.28-
YUV162.0978.29184.29-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.08%
GREEN value IS 139 (54.69% from 255) = 30.62%
BLUE value IS 74 (29.30% from 255) = 16.30%
R=53.08%
G=30.62%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411397400.420.690.0523.3585.6461.76
HexF18B4A02A45517563e
Octal36121311205210552712676
Binary1111000110001011100101001010101000101101101111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18B4A; }

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

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

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

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

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

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

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

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