#F48642

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

Shades of Flamenco #F48642

Tints of Flamenco #F48642

Color information

#F48642 (or 0xF48642) is unknown color: approx Flamenco. HEX triplet: F4, 86 and 42. RGB value is (244,134,66). Sum of RGB (Red+Green+Blue) = 244+134+66=444 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.95% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 66 (26.17% from 255 or 14.86% from 444); Max value from RGB is 244 - color contains mainly: red. Hex color #F48642 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48642 is #0B79BD. Grayscale: #9F9F9F. Windows color (decimal): -752062 or 4359924. OLE color: 4359924.

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

Color convert

RGB24413466-
CMYK00.450.730.04
HSL22.92º89%60.78%-
HSV(B)22.92º72.95%95.69%-
XYZ46.8236.689.77-
YUV159.1475.44188.53-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 54.95%
GREEN value IS 134 (52.73% from 255) = 30.18%
BLUE value IS 66 (26.17% from 255) = 14.86%
R=54.95%
G=30.18%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441346600.450.730.0422.928960.78
HexF4864202D49417593d
Octal36420610205511142713175
Binary1111010010000110100001001011011001001100101111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48642; }

 p { color: rgb(244,134,66); }

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

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

 a { background-color: rgb(244,134,66); }

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

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

 span { border-color: rgb(244,134,66); }

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