#F48747

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

Shades of Flamenco #F48747

Tints of Flamenco #F48747

Color information

#F48747 (or 0xF48747) is unknown color: approx Flamenco. HEX triplet: F4, 87 and 47. RGB value is (244,135,71). Sum of RGB (Red+Green+Blue) = 244+135+71=450 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.22% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 71 (28.12% from 255 or 15.78% from 450); Max value from RGB is 244 - color contains mainly: red. Hex color #F48747 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48747 is #0B78B8. Grayscale: #A0A0A0. Windows color (decimal): -751801 or 4687860. OLE color: 4687860.

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

Color convert

RGB24413571-
CMYK00.450.710.04
HSL22.2º88.72%61.76%-
HSV(B)22.2º70.9%95.69%-
XYZ47.1137.0210.62-
YUV160.2977.61187.7-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 54.22%
GREEN value IS 135 (53.12% from 255) = 30%
BLUE value IS 71 (28.12% from 255) = 15.78%
R=54.22%
G=30%
B=15.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441357100.450.710.0422.288.7261.76
HexF4874702D47416593e
Octal36420710705510742613176
Binary1111010010000111100011101011011000111100101101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48747; }

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

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

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

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

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

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

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

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