#F48147

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

Shades of Flamenco #F48147

Tints of Flamenco #F48147

Color information

#F48147 (or 0xF48147) is unknown color: approx Flamenco. HEX triplet: F4, 81 and 47. RGB value is (244,129,71). Sum of RGB (Red+Green+Blue) = 244+129+71=444 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.95% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 71 (28.12% from 255 or 15.99% from 444); Max value from RGB is 244 - color contains mainly: red. Hex color #F48147 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48147 is #0B7EB8. Grayscale: #9D9D9D. Windows color (decimal): -753337 or 4686324. OLE color: 4686324.

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

Color convert

RGB24412971-
CMYK00.470.710.04
HSL20.12º88.72%61.76%-
HSV(B)20.12º70.9%95.69%-
XYZ46.335.3910.35-
YUV156.7779.6190.22-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 54.95%
GREEN value IS 129 (50.78% from 255) = 29.05%
BLUE value IS 71 (28.12% from 255) = 15.99%
R=54.95%
G=29.05%
B=15.99%

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
Decimal2441297100.470.710.0420.1288.7261.76
HexF4814702F47414593e
Octal36420110705710742413176
Binary1111010010000001100011101011111000111100101001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48147; }

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

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

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

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

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

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

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

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