#F48047

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

Shades of Flamenco #F48047

Tints of Flamenco #F48047

Color information

#F48047 (or 0xF48047) is unknown color: approx Flamenco. HEX triplet: F4, 80 and 47. RGB value is (244,128,71). Sum of RGB (Red+Green+Blue) = 244+128+71=443 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.08% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 71 (28.12% from 255 or 16.03% from 443); Max value from RGB is 244 - color contains mainly: red. Hex color #F48047 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48047 is #0B7FB8. Grayscale: #9C9C9C. Windows color (decimal): -753593 or 4686068. OLE color: 4686068.

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

Color convert

RGB24412871-
CMYK00.480.710.04
HSL19.77º88.72%61.76%-
HSV(B)19.77º70.9%95.69%-
XYZ46.1635.1310.31-
YUV156.1979.93190.63-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 55.08%
GREEN value IS 128 (50.39% from 255) = 28.89%
BLUE value IS 71 (28.12% from 255) = 16.03%
R=55.08%
G=28.89%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441287100.480.710.0419.7788.7261.76
HexF4804703047414593e
Octal36420010706010742413176
Binary1111010010000000100011101100001000111100101001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48047; }

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

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

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

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

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

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

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

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