#F1B47E

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

Shades of Tacao #F1B47E

Tints of Tacao #F1B47E

Color information

#F1B47E (or 0xF1B47E) is unknown color: approx Tacao. HEX triplet: F1, B4 and 7E. RGB value is (241,180,126). Sum of RGB (Red+Green+Blue) = 241+180+126=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 180 (70.70% from 255 or 32.91% from 547); Blue value is 126 (49.61% from 255 or 23.03% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B47E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B47E is #0E4B81. Grayscale: #C0C0C0. Windows color (decimal): -936834 or 8303857. OLE color: 8303857.

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

Color convert

RGB241180126-
CMYK00.250.480.05
HSL28.17º80.42%71.96%-
HSV(B)28.17º47.72%94.51%-
XYZ56.3652.8526.97-
YUV192.0890.71162.89-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.06%
GREEN value IS 180 (70.70% from 255) = 32.91%
BLUE value IS 126 (49.61% from 255) = 23.03%
R=44.06%
G=32.91%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118012600.250.480.0528.1780.4271.96
HexF1B47E0193051c5048
Octal36126417603160534120110
Binary111100011011010011111100110011100001011110010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B47E; }

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

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

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

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

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

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

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

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