#F78044

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

Shades of Flamenco #F78044

Tints of Flamenco #F78044

Color information

#F78044 (or 0xF78044) is unknown color: approx Flamenco. HEX triplet: F7, 80 and 44. RGB value is (247,128,68). Sum of RGB (Red+Green+Blue) = 247+128+68=443 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.76% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 68 (26.95% from 255 or 15.35% from 443); Max value from RGB is 247 - color contains mainly: red. Hex color #F78044 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F78044 is #087FBB. Grayscale: #9D9D9D. Windows color (decimal): -556988 or 4489463. OLE color: 4489463.

HSL color Cylindrical-coordinate representation of color #F78044: hue angle of 20.11º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F78044 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB24712868-
CMYK00.480.720.03
HSL20.11º91.79%61.76%-
HSV(B)20.11º72.47%96.86%-
XYZ47.1235.639.86-
YUV156.7477.92192.38-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 55.76%
GREEN value IS 128 (50.39% from 255) = 28.89%
BLUE value IS 68 (26.95% from 255) = 15.35%
R=55.76%
G=28.89%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.72
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471286800.480.720.0320.1191.7961.76
HexF78044030483145c3e
Octal36720010406011032413476
Binary111101111000000010001000110000100100011101001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78044; }

 p { color: rgb(247,128,68); }

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

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

 a { background-color: rgb(247,128,68); }

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

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

 span { border-color: rgb(247,128,68); }

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