#F1B575

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

Shades of Tacao #F1B575

Tints of Tacao #F1B575

Color information

#F1B575 (or 0xF1B575) is unknown color: approx Tacao. HEX triplet: F1, B5 and 75. RGB value is (241,181,117). Sum of RGB (Red+Green+Blue) = 241+181+117=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 117 (46.09% from 255 or 21.71% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B575 is #0E4A8A. Grayscale: #BFBFBF. Windows color (decimal): -936587 or 7714289. OLE color: 7714289.

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

Color convert

RGB241181117-
CMYK00.250.510.05
HSL30.97º81.58%70.2%-
HSV(B)30.97º51.45%94.51%-
XYZ56.0153.0324.11-
YUV191.6485.88163.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.71%
GREEN value IS 181 (71.09% from 255) = 33.58%
BLUE value IS 117 (46.09% from 255) = 21.71%
R=44.71%
G=33.58%
B=21.71%

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
Decimal24118111700.250.510.0530.9781.5870.2
HexF1B5750193351f5246
Octal36126516503163537122106
Binary111100011011010111101010110011100111011111110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B575; }

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

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

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

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

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

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

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

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