#F48840

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

Shades of Flamenco #F48840

Tints of Flamenco #F48840

Color information

#F48840 (or 0xF48840) is unknown color: approx Flamenco. HEX triplet: F4, 88 and 40. RGB value is (244,136,64). Sum of RGB (Red+Green+Blue) = 244+136+64=444 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.95% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 64 (25.39% from 255 or 14.41% from 444); Max value from RGB is 244 - color contains mainly: red. Hex color #F48840 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48840 is #0B77BF. Grayscale: #A0A0A0. Windows color (decimal): -751552 or 4229364. OLE color: 4229364.

HSL color Cylindrical-coordinate representation of color #F48840: hue angle of 24º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F48840 is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB24413664-
CMYK00.440.740.04
HSL24º89.11%60.39%-
HSV(B)24º73.77%95.69%-
XYZ47.0437.219.55-
YUV160.0873.78187.85-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 54.95%
GREEN value IS 136 (53.52% from 255) = 30.63%
BLUE value IS 64 (25.39% from 255) = 14.41%
R=54.95%
G=30.63%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441366400.440.740.042489.1160.39
HexF4884002C4A418593c
Octal36421010005411243013174
Binary1111010010001000100000001011001001010100110001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48840; }

 p { color: rgb(244,136,64); }

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

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

 a { background-color: rgb(244,136,64); }

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

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

 span { border-color: rgb(244,136,64); }

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