#f18947

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

Shades of Flamenco #F18947

Tints of Flamenco #F18947

Color information

#F18947 (or 0xF18947) is unknown color: approx Flamenco. HEX triplet: F1, 89 and 47. RGB value is (241,137,71). Sum of RGB (Red+Green+Blue) = 241+137+71=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 71 (28.12% from 255 or 15.81% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F18947 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18947 is #0E76B8. Grayscale: #A0A0A0. Windows color (decimal): -947897 or 4688369. OLE color: 4688369.

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

Color convert

RGB24113771-
CMYK00.430.710.05
HSL23.29º85.86%61.18%-
HSV(B)23.29º70.54%94.51%-
XYZ46.3637.0510.67-
YUV160.5777.46185.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.67%
GREEN value IS 137 (53.91% from 255) = 30.51%
BLUE value IS 71 (28.12% from 255) = 15.81%
R=53.67%
G=30.51%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411377100.430.710.0523.2985.8661.18
HexF1894702B47517563d
Octal36121110705310752712675
Binary1111000110001001100011101010111000111101101111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f18947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f18947; }

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

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

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

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

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

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

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

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