#F0B181

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

Shades of Tacao #F0B181

Tints of Tacao #F0B181

Color information

#F0B181 (or 0xF0B181) is unknown color: approx Tacao. HEX triplet: F0, B1 and 81. RGB value is (240,177,129). Sum of RGB (Red+Green+Blue) = 240+177+129=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 177 (69.53% from 255 or 32.42% from 546); Blue value is 129 (50.78% from 255 or 23.63% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B181 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B181 is #0F4E7E. Grayscale: #BEBEBE. Windows color (decimal): -1003135 or 8499696. OLE color: 8499696.

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

Color convert

RGB240177129-
CMYK00.260.460.06
HSL25.95º78.72%72.35%-
HSV(B)25.95º46.25%94.12%-
XYZ55.6251.5527.79-
YUV190.3693.37163.4-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.96%
GREEN value IS 177 (69.53% from 255) = 32.42%
BLUE value IS 129 (50.78% from 255) = 23.63%
R=43.96%
G=32.42%
B=23.63%

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
Decimal24017712900.260.460.0625.9578.7272.35
HexF0B18101A2E61a4f48
Octal36026120103256632117110
Binary1111000010110001100000010110101011101101101010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B181; }

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

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

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

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

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

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

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

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