#f1b574

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

Shades of Tacao #F1B574

Tints of Tacao #F1B574

Color information

#F1B574 (or 0xF1B574) is unknown color: approx Tacao. HEX triplet: F1, B5 and 74. RGB value is (241,181,116). Sum of RGB (Red+Green+Blue) = 241+181+116=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 116 (45.70% from 255 or 21.56% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B574 is #0E4A8B. Grayscale: #BFBFBF. Windows color (decimal): -936588 or 7648753. OLE color: 7648753.

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

Color convert

RGB241181116-
CMYK00.250.520.05
HSL31.2º81.7%70%-
HSV(B)31.2º51.87%94.51%-
XYZ55.9553.0123.81-
YUV191.5385.38163.29-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.80%
GREEN value IS 181 (71.09% from 255) = 33.64%
BLUE value IS 116 (45.70% from 255) = 21.56%
R=44.80%
G=33.64%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118111600.250.520.0531.281.770
HexF1B5740193451f5246
Octal36126516403164537122106
Binary111100011011010111101000110011101001011111110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1b574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1b574; }

 p { color: rgb(241,181,116); }

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

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

 a { background-color: rgb(241,181,116); }

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

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

 span { border-color: rgb(241,181,116); }

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