#F1B476

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

Shades of Tacao #F1B476

Tints of Tacao #F1B476

Color information

#F1B476 (or 0xF1B476) is unknown color: approx Tacao. HEX triplet: F1, B4 and 76. RGB value is (241,180,118). Sum of RGB (Red+Green+Blue) = 241+180+118=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 118 (46.48% from 255 or 21.89% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B476 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B476 is #0E4B89. Grayscale: #BFBFBF. Windows color (decimal): -936842 or 7779569. OLE color: 7779569.

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

Color convert

RGB241180118-
CMYK00.250.510.05
HSL30.24º81.46%70.39%-
HSV(B)30.24º51.04%94.51%-
XYZ55.8752.6524.36-
YUV191.1786.71163.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.71%
GREEN value IS 180 (70.70% from 255) = 33.40%
BLUE value IS 118 (46.48% from 255) = 21.89%
R=44.71%
G=33.40%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118011800.250.510.0530.2481.4670.39
HexF1B4760193351e5146
Octal36126416603163536121106
Binary111100011011010011101100110011100111011111010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B476; }

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

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

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

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

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

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

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

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