#F0B57A

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

Shades of Tacao #F0B57A

Tints of Tacao #F0B57A

Color information

#F0B57A (or 0xF0B57A) is unknown color: approx Tacao. HEX triplet: F0, B5 and 7A. RGB value is (240,181,122). Sum of RGB (Red+Green+Blue) = 240+181+122=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 122 (48.05% from 255 or 22.47% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B57A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B57A is #0F4A85. Grayscale: #C0C0C0. Windows color (decimal): -1002118 or 8041968. OLE color: 8041968.

HSL color Cylindrical-coordinate representation of color #F0B57A: hue angle of 30º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F0B57A is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB240181122-
CMYK00.250.490.06
HSL30º79.73%70.98%-
HSV(B)30º49.17%94.12%-
XYZ55.9752.9825.69-
YUV191.9288.55162.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.20%
GREEN value IS 181 (71.09% from 255) = 33.33%
BLUE value IS 122 (48.05% from 255) = 22.47%
R=44.20%
G=33.33%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018112200.250.490.063079.7370.98
HexF0B57A0193161e5047
Octal36026517203161636120107
Binary111100001011010111110100110011100011101111010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B57A; }

 p { color: rgb(240,181,122); }

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

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

 a { background-color: rgb(240,181,122); }

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

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

 span { border-color: rgb(240,181,122); }

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