#F1B17E

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

Shades of Tacao #F1B17E

Tints of Tacao #F1B17E

Color information

#F1B17E (or 0xF1B17E) is unknown color: approx Tacao. HEX triplet: F1, B1 and 7E. RGB value is (241,177,126). Sum of RGB (Red+Green+Blue) = 241+177+126=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 126 (49.61% from 255 or 23.16% from 544); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B17E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1B17E is #0E4E81. Grayscale: #BEBEBE. Windows color (decimal): -937602 or 8303089. OLE color: 8303089.

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

Color convert

RGB241177126-
CMYK00.270.480.05
HSL26.61º80.42%71.96%-
HSV(B)26.61º47.72%94.51%-
XYZ55.7651.6526.77-
YUV190.3291.7164.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.30%
GREEN value IS 177 (69.53% from 255) = 32.54%
BLUE value IS 126 (49.61% from 255) = 23.16%
R=44.30%
G=32.54%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117712600.270.480.0526.6180.4271.96
HexF1B17E01B3051b5048
Octal36126117603360533120110
Binary111100011011000111111100110111100001011101110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B17E; }

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

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

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

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

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

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

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

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