#F48347

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

Shades of Flamenco #F48347

Tints of Flamenco #F48347

Color information

#F48347 (or 0xF48347) is unknown color: approx Flamenco. HEX triplet: F4, 83 and 47. RGB value is (244,131,71). Sum of RGB (Red+Green+Blue) = 244+131+71=446 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.71% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 71 (28.12% from 255 or 15.92% from 446); Max value from RGB is 244 - color contains mainly: red. Hex color #F48347 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48347 is #0B7CB8. Grayscale: #9E9E9E. Windows color (decimal): -752825 or 4686836. OLE color: 4686836.

HSL color Cylindrical-coordinate representation of color #F48347: hue angle of 20.81º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F48347 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB24413171-
CMYK00.460.710.04
HSL20.81º88.72%61.76%-
HSV(B)20.81º70.9%95.69%-
XYZ46.5635.9210.44-
YUV157.9578.94189.38-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 54.71%
GREEN value IS 131 (51.56% from 255) = 29.37%
BLUE value IS 71 (28.12% from 255) = 15.92%
R=54.71%
G=29.37%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441317100.460.710.0420.8188.7261.76
HexF4834702E47415593e
Octal36420310705610742513176
Binary1111010010000011100011101011101000111100101011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48347; }

 p { color: rgb(244,131,71); }

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

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

 a { background-color: rgb(244,131,71); }

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

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

 span { border-color: rgb(244,131,71); }

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