#F1B481

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

Shades of Tacao #F1B481

Tints of Tacao #F1B481

Color information

#F1B481 (or 0xF1B481) is unknown color: approx Tacao. HEX triplet: F1, B4 and 81. RGB value is (241,180,129). Sum of RGB (Red+Green+Blue) = 241+180+129=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 180 (70.70% from 255 or 32.73% from 550); Blue value is 129 (50.78% from 255 or 23.45% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B481 is #0E4B7E. Grayscale: #C0C0C0. Windows color (decimal): -936831 or 8500465. OLE color: 8500465.

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

Color convert

RGB241180129-
CMYK00.250.460.05
HSL27.32º80%72.55%-
HSV(B)27.32º46.47%94.51%-
XYZ56.5652.9328-
YUV192.4292.21162.65-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.82%
GREEN value IS 180 (70.70% from 255) = 32.73%
BLUE value IS 129 (50.78% from 255) = 23.45%
R=43.82%
G=32.73%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118012900.250.460.0527.328072.55
HexF1B4810192E51b5049
Octal36126420103156533120111
Binary1111000110110100100000010110011011101011101110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B481; }

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

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

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

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

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

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

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

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