#F2B181

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

Shades of Tacao #F2B181

Tints of Tacao #F2B181

Color information

#F2B181 (or 0xF2B181) is unknown color: approx Tacao. HEX triplet: F2, B1 and 81. RGB value is (242,177,129). Sum of RGB (Red+Green+Blue) = 242+177+129=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 177 (69.53% from 255 or 32.30% from 548); Blue value is 129 (50.78% from 255 or 23.54% from 548); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B181 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B181 is #0D4E7E. Grayscale: #BFBFBF. Windows color (decimal): -872063 or 8499698. OLE color: 8499698.

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

Color convert

RGB242177129-
CMYK00.270.470.05
HSL25.49º81.29%72.75%-
HSV(B)25.49º46.69%94.9%-
XYZ56.351.9127.82-
YUV190.9693.03164.4-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.16%
GREEN value IS 177 (69.53% from 255) = 32.30%
BLUE value IS 129 (50.78% from 255) = 23.54%
R=44.16%
G=32.30%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217712900.270.470.0525.4981.2972.75
HexF2B18101B2F5195149
Octal36226120103357531121111
Binary1111001010110001100000010110111011111011100110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B181; }

 p { color: rgb(242,177,129); }

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

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

 a { background-color: rgb(242,177,129); }

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

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

 span { border-color: rgb(242,177,129); }

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