#F48940

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

Shades of Flamenco #F48940

Tints of Flamenco #F48940

Color information

#F48940 (or 0xF48940) is unknown color: approx Flamenco. HEX triplet: F4, 89 and 40. RGB value is (244,137,64). Sum of RGB (Red+Green+Blue) = 244+137+64=445 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.83% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 64 (25.39% from 255 or 14.38% from 445); Max value from RGB is 244 - color contains mainly: red. Hex color #F48940 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48940 is #0B76BF. Grayscale: #A1A1A1. Windows color (decimal): -751296 or 4229620. OLE color: 4229620.

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

Color convert

RGB24413764-
CMYK00.440.740.04
HSL24.33º89.11%60.39%-
HSV(B)24.33º73.77%95.69%-
XYZ47.1837.499.6-
YUV160.6773.45187.44-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 54.83%
GREEN value IS 137 (53.91% from 255) = 30.79%
BLUE value IS 64 (25.39% from 255) = 14.38%
R=54.83%
G=30.79%
B=14.38%

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
Decimal2441376400.440.740.0424.3389.1160.39
HexF4894002C4A418593c
Octal36421110005411243013174
Binary1111010010001001100000001011001001010100110001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48940; }

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

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

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

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

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

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

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

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