#F1B175

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

Shades of Tacao #F1B175

Tints of Tacao #F1B175

Color information

#F1B175 (or 0xF1B175) is unknown color: approx Tacao. HEX triplet: F1, B1 and 75. RGB value is (241,177,117). Sum of RGB (Red+Green+Blue) = 241+177+117=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 177 (69.53% from 255 or 33.08% from 535); Blue value is 117 (46.09% from 255 or 21.87% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1B175 is #0E4E8A. Grayscale: #BDBDBD. Windows color (decimal): -937611 or 7713265. OLE color: 7713265.

HSL color Cylindrical-coordinate representation of color #F1B175: hue angle of 29.03º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F1B175 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB241177117-
CMYK00.270.510.05
HSL29.03º81.58%70.2%-
HSV(B)29.03º51.45%94.51%-
XYZ55.2151.4323.85-
YUV189.387.2164.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.05%
GREEN value IS 177 (69.53% from 255) = 33.08%
BLUE value IS 117 (46.09% from 255) = 21.87%
R=45.05%
G=33.08%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117711700.270.510.0529.0381.5870.2
HexF1B17501B3351d5246
Octal36126116503363535122106
Binary111100011011000111101010110111100111011110110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B175; }

 p { color: rgb(241,177,117); }

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

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

 a { background-color: rgb(241,177,117); }

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

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

 span { border-color: rgb(241,177,117); }

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