#f18847

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

Shades of Flamenco #F18847

Tints of Flamenco #F18847

Color information

#F18847 (or 0xF18847) is unknown color: approx Flamenco. HEX triplet: F1, 88 and 47. RGB value is (241,136,71). Sum of RGB (Red+Green+Blue) = 241+136+71=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 71 (28.12% from 255 or 15.85% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F18847 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18847 is #0E77B8. Grayscale: #A0A0A0. Windows color (decimal): -948153 or 4688113. OLE color: 4688113.

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

Color convert

RGB24113671-
CMYK00.440.710.05
HSL22.94º85.86%61.18%-
HSV(B)22.94º70.54%94.51%-
XYZ46.2236.7610.62-
YUV159.9877.79185.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.79%
GREEN value IS 136 (53.52% from 255) = 30.36%
BLUE value IS 71 (28.12% from 255) = 15.85%
R=53.79%
G=30.36%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411367100.440.710.0522.9485.8661.18
HexF1884702C47517563d
Octal36121010705410752712675
Binary1111000110001000100011101011001000111101101111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f18847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f18847; }

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

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

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

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

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

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

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

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