#F48446

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

Shades of Flamenco #F48446

Tints of Flamenco #F48446

Color information

#F48446 (or 0xF48446) is unknown color: approx Flamenco. HEX triplet: F4, 84 and 46. RGB value is (244,132,70). Sum of RGB (Red+Green+Blue) = 244+132+70=446 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.71% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 70 (27.73% from 255 or 15.70% from 446); Max value from RGB is 244 - color contains mainly: red. Hex color #F48446 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48446 is #0B7BB9. Grayscale: #9E9E9E. Windows color (decimal): -752570 or 4621556. OLE color: 4621556.

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

Color convert

RGB24413270-
CMYK00.460.710.04
HSL21.38º88.78%61.57%-
HSV(B)21.38º71.31%95.69%-
XYZ46.6636.1810.32-
YUV158.4278.11189.04-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 54.71%
GREEN value IS 132 (51.95% from 255) = 29.60%
BLUE value IS 70 (27.73% from 255) = 15.70%
R=54.71%
G=29.60%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441327000.460.710.0421.3888.7861.57
HexF4844602E47415593e
Octal36420410605610742513176
Binary1111010010000100100011001011101000111100101011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48446; }

 p { color: rgb(244,132,70); }

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

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

 a { background-color: rgb(244,132,70); }

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

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

 span { border-color: rgb(244,132,70); }

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