#F38446

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

Shades of Flamenco #F38446

Tints of Flamenco #F38446

Color information

#F38446 (or 0xF38446) is unknown color: approx Flamenco. HEX triplet: F3, 84 and 46. RGB value is (243,132,70). Sum of RGB (Red+Green+Blue) = 243+132+70=445 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.61% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 70 (27.73% from 255 or 15.73% from 445); Max value from RGB is 243 - color contains mainly: red. Hex color #F38446 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38446 is #0C7BB9. Grayscale: #9E9E9E. Windows color (decimal): -818106 or 4621555. OLE color: 4621555.

HSL color Cylindrical-coordinate representation of color #F38446: hue angle of 21.5º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F38446 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB24313270-
CMYK00.460.710.05
HSL21.5º87.82%61.37%-
HSV(B)21.5º71.19%95.29%-
XYZ46.323610.3-
YUV158.1278.27188.54-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 54.61%
GREEN value IS 132 (51.95% from 255) = 29.66%
BLUE value IS 70 (27.73% from 255) = 15.73%
R=54.61%
G=29.66%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431327000.460.710.0521.587.8261.37
HexF3844602E47516583d
Octal36320410605610752613075
Binary1111001110000100100011001011101000111101101101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38446; }

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

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

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

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

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

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

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

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