#F0B174

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

Shades of Tacao #F0B174

Tints of Tacao #F0B174

Color information

#F0B174 (or 0xF0B174) is unknown color: approx Tacao. HEX triplet: F0, B1 and 74. RGB value is (240,177,116). Sum of RGB (Red+Green+Blue) = 240+177+116=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 116 (45.70% from 255 or 21.76% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B174 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0B174 is #0F4E8B. Grayscale: #BDBDBD. Windows color (decimal): -1003148 or 7647728. OLE color: 7647728.

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

Color convert

RGB240177116-
CMYK00.260.520.06
HSL29.52º80.52%69.8%-
HSV(B)29.52º51.67%94.12%-
XYZ54.8151.2323.52-
YUV188.8886.87164.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.03%
GREEN value IS 177 (69.53% from 255) = 33.21%
BLUE value IS 116 (45.70% from 255) = 21.76%
R=45.03%
G=33.21%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017711600.260.520.0629.5280.5269.8
HexF0B17401A3461e5146
Octal36026116403264636121106
Binary111100001011000111101000110101101001101111010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B174; }

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

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

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

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

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

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

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

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