#F48247

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

Shades of Flamenco #F48247

Tints of Flamenco #F48247

Color information

#F48247 (or 0xF48247) is unknown color: approx Flamenco. HEX triplet: F4, 82 and 47. RGB value is (244,130,71). Sum of RGB (Red+Green+Blue) = 244+130+71=445 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.83% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 71 (28.12% from 255 or 15.96% from 445); Max value from RGB is 244 - color contains mainly: red. Hex color #F48247 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48247 is #0B7DB8. Grayscale: #9D9D9D. Windows color (decimal): -753081 or 4686580. OLE color: 4686580.

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

Color convert

RGB24413071-
CMYK00.470.710.04
HSL20.46º88.72%61.76%-
HSV(B)20.46º70.9%95.69%-
XYZ46.4335.6510.4-
YUV157.3679.27189.8-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 54.83%
GREEN value IS 130 (51.17% from 255) = 29.21%
BLUE value IS 71 (28.12% from 255) = 15.96%
R=54.83%
G=29.21%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441307100.470.710.0420.4688.7261.76
HexF4824702F47414593e
Octal36420210705710742413176
Binary1111010010000010100011101011111000111100101001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48247; }

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

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

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

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

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

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

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

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