#F1B480

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

Shades of Tacao #F1B480

Tints of Tacao #F1B480

Color information

#F1B480 (or 0xF1B480) is unknown color: approx Tacao. HEX triplet: F1, B4 and 80. RGB value is (241,180,128). Sum of RGB (Red+Green+Blue) = 241+180+128=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 180 (70.70% from 255 or 32.79% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B480 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B480 is #0E4B7F. Grayscale: #C0C0C0. Windows color (decimal): -936832 or 8434929. OLE color: 8434929.

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

Color convert

RGB241180128-
CMYK00.250.470.05
HSL27.61º80.14%72.35%-
HSV(B)27.61º46.89%94.51%-
XYZ56.4952.927.66-
YUV192.3191.71162.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.90%
GREEN value IS 180 (70.70% from 255) = 32.79%
BLUE value IS 128 (50.39% from 255) = 23.32%
R=43.90%
G=32.79%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118012800.250.470.0527.6180.1472.35
HexF1B4800192F51c5048
Octal36126420003157534120110
Binary1111000110110100100000000110011011111011110010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B480; }

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

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

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

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

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

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

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

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