#F0B182

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

Shades of Tacao #F0B182

Tints of Tacao #F0B182

Color information

#F0B182 (or 0xF0B182) is unknown color: approx Tacao. HEX triplet: F0, B1 and 82. RGB value is (240,177,130). Sum of RGB (Red+Green+Blue) = 240+177+130=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 177 (69.53% from 255 or 32.36% from 547); Blue value is 130 (51.17% from 255 or 23.77% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B182 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B182 is #0F4E7D. Grayscale: #BEBEBE. Windows color (decimal): -1003134 or 8565232. OLE color: 8565232.

HSL color Cylindrical-coordinate representation of color #F0B182: hue angle of 25.64º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F0B182 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB240177130-
CMYK00.260.460.06
HSL25.64º78.57%72.55%-
HSV(B)25.64º45.83%94.12%-
XYZ55.6951.5828.14-
YUV190.4893.87163.32-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.88%
GREEN value IS 177 (69.53% from 255) = 32.36%
BLUE value IS 130 (51.17% from 255) = 23.77%
R=43.88%
G=32.36%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017713000.260.460.0625.6478.5772.55
HexF0B18201A2E61a4f49
Octal36026120203256632117111
Binary1111000010110001100000100110101011101101101010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B182; }

 p { color: rgb(240,177,130); }

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

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

 a { background-color: rgb(240,177,130); }

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

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

 span { border-color: rgb(240,177,130); }

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