#F0B17E

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

Shades of Tacao #F0B17E

Tints of Tacao #F0B17E

Color information

#F0B17E (or 0xF0B17E) is unknown color: approx Tacao. HEX triplet: F0, B1 and 7E. RGB value is (240,177,126). Sum of RGB (Red+Green+Blue) = 240+177+126=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 177 (69.53% from 255 or 32.60% from 543); Blue value is 126 (49.61% from 255 or 23.20% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B17E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0B17E is #0F4E81. Grayscale: #BEBEBE. Windows color (decimal): -1003138 or 8303088. OLE color: 8303088.

HSL color Cylindrical-coordinate representation of color #F0B17E: hue angle of 26.84º 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 #F0B17E is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB240177126-
CMYK00.260.480.06
HSL26.84º79.17%71.76%-
HSV(B)26.84º47.5%94.12%-
XYZ55.4251.4826.75-
YUV190.0291.87163.65-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.20%
GREEN value IS 177 (69.53% from 255) = 32.60%
BLUE value IS 126 (49.61% from 255) = 23.20%
R=44.20%
G=32.60%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017712600.260.480.0626.8479.1771.76
HexF0B17E01A3061b4f48
Octal36026117603260633117110
Binary111100001011000111111100110101100001101101110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B17E; }

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

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

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

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

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

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

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

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