#F4B382

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

Shades of Tacao #F4B382

Tints of Tacao #F4B382

Color information

#F4B382 (or 0xF4B382) is unknown color: approx Tacao. HEX triplet: F4, B3 and 82. RGB value is (244,179,130). Sum of RGB (Red+Green+Blue) = 244+179+130=553 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.12% from 553); Green value is 179 (70.31% from 255 or 32.37% from 553); Blue value is 130 (51.17% from 255 or 23.51% from 553); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4B382 is #0B4C7D. Grayscale: #C1C1C1. Windows color (decimal): -740478 or 8565748. OLE color: 8565748.

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

Color convert

RGB244179130-
CMYK00.270.470.04
HSL25.79º83.82%73.33%-
HSV(B)25.79º46.72%95.69%-
XYZ57.4653.0928.34-
YUV192.8592.53164.48-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.12%
GREEN value IS 179 (70.31% from 255) = 32.37%
BLUE value IS 130 (51.17% from 255) = 23.51%
R=44.12%
G=32.37%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417913000.270.470.0425.7983.8273.33
HexF4B38201B2F41a5449
Octal36426320203357432124111
Binary1111010010110011100000100110111011111001101010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B382; }

 p { color: rgb(244,179,130); }

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

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

 a { background-color: rgb(244,179,130); }

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

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

 span { border-color: rgb(244,179,130); }

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