#F1B37D

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

Shades of Tacao #F1B37D

Tints of Tacao #F1B37D

Color information

#F1B37D (or 0xF1B37D) is unknown color: approx Tacao. HEX triplet: F1, B3 and 7D. RGB value is (241,179,125). Sum of RGB (Red+Green+Blue) = 241+179+125=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B37D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B37D is #0E4C82. Grayscale: #BFBFBF. Windows color (decimal): -937091 or 8238065. OLE color: 8238065.

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

Color convert

RGB241179125-
CMYK00.260.480.05
HSL27.93º80.56%71.76%-
HSV(B)27.93º48.13%94.51%-
XYZ56.152.4226.56-
YUV191.3890.54163.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.22%
GREEN value IS 179 (70.31% from 255) = 32.84%
BLUE value IS 125 (49.22% from 255) = 22.94%
R=44.22%
G=32.84%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117912500.260.480.0527.9380.5671.76
HexF1B37D01A3051c5148
Octal36126317503260534121110
Binary111100011011001111111010110101100001011110010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B37D; }

 p { color: rgb(241,179,125); }

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

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

 a { background-color: rgb(241,179,125); }

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

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

 span { border-color: rgb(241,179,125); }

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