#f18948

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

Shades of Flamenco #F18948

Tints of Flamenco #F18948

Color information

#F18948 (or 0xF18948) is unknown color: approx Flamenco. HEX triplet: F1, 89 and 48. RGB value is (241,137,72). Sum of RGB (Red+Green+Blue) = 241+137+72=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 72 (28.52% from 255 or 16% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F18948 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18948 is #0E76B7. Grayscale: #A1A1A1. Windows color (decimal): -947896 or 4753905. OLE color: 4753905.

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

Color convert

RGB24113772-
CMYK00.430.700.05
HSL23.08º85.79%61.37%-
HSV(B)23.08º70.12%94.51%-
XYZ46.3937.0610.84-
YUV160.6977.96185.29-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.56%
GREEN value IS 137 (53.91% from 255) = 30.44%
BLUE value IS 72 (28.52% from 255) = 16%
R=53.56%
G=30.44%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411377200.430.700.0523.0885.7961.37
HexF1894802B46517563d
Octal36121111005310652712675
Binary1111000110001001100100001010111000110101101111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f18948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f18948; }

 p { color: rgb(241,137,72); }

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

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

 a { background-color: rgb(241,137,72); }

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

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

 span { border-color: rgb(241,137,72); }

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