#F0B080

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

Shades of Tacao #F0B080

Tints of Tacao #F0B080

Color information

#F0B080 (or 0xF0B080) is unknown color: approx Tacao. HEX triplet: F0, B0 and 80. RGB value is (240,176,128). Sum of RGB (Red+Green+Blue) = 240+176+128=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B080 is #0F4F7F. Grayscale: #BDBDBD. Windows color (decimal): -1003392 or 8433904. OLE color: 8433904.

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

Color convert

RGB240176128-
CMYK00.270.470.06
HSL25.71º78.87%72.16%-
HSV(B)25.71º46.67%94.12%-
XYZ55.3651.1327.37-
YUV189.6693.2163.9-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.12%
GREEN value IS 176 (69.14% from 255) = 32.35%
BLUE value IS 128 (50.39% from 255) = 23.53%
R=44.12%
G=32.35%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017612800.270.470.0625.7178.8772.16
HexF0B08001B2F61a4f48
Octal36026020003357632117110
Binary1111000010110000100000000110111011111101101010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B080; }

 p { color: rgb(240,176,128); }

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

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

 a { background-color: rgb(240,176,128); }

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

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

 span { border-color: rgb(240,176,128); }

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