#F1B278

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

Shades of Tacao #F1B278

Tints of Tacao #F1B278

Color information

#F1B278 (or 0xF1B278) is unknown color: approx Tacao. HEX triplet: F1, B2 and 78. RGB value is (241,178,120). Sum of RGB (Red+Green+Blue) = 241+178+120=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 120 (47.27% from 255 or 22.26% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B278 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1B278 is #0E4D87. Grayscale: #BEBEBE. Windows color (decimal): -937352 or 7910129. OLE color: 7910129.

HSL color Cylindrical-coordinate representation of color #F1B278: hue angle of 28.76º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F1B278 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB241178120-
CMYK00.260.500.05
HSL28.76º81.21%70.78%-
HSV(B)28.76º50.21%94.51%-
XYZ55.5951.924.86-
YUV190.2288.37164.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.71%
GREEN value IS 178 (69.92% from 255) = 33.02%
BLUE value IS 120 (47.27% from 255) = 22.26%
R=44.71%
G=33.02%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117812000.260.500.0528.7681.2170.78
HexF1B27801A3251d5147
Octal36126217003262535121107
Binary111100011011001011110000110101100101011110110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B278; }

 p { color: rgb(241,178,120); }

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

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

 a { background-color: rgb(241,178,120); }

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

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

 span { border-color: rgb(241,178,120); }

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