#F3B085

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

Shades of Tacao #F3B085

Tints of Tacao #F3B085

Color information

#F3B085 (or 0xF3B085) is unknown color: approx Tacao. HEX triplet: F3, B0 and 85. RGB value is (243,176,133). Sum of RGB (Red+Green+Blue) = 243+176+133=552 (73% of max value = 765). Red value is 243 (95.31% from 255 or 44.02% from 552); Green value is 176 (69.14% from 255 or 31.88% from 552); Blue value is 133 (52.34% from 255 or 24.09% from 552); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3B085 is #0C4F7A. Grayscale: #BFBFBF. Windows color (decimal): -806779 or 8761587. OLE color: 8761587.

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

Color convert

RGB243176133-
CMYK00.280.450.05
HSL23.45º82.09%73.73%-
HSV(B)23.45º45.27%95.29%-
XYZ56.7251.829.2-
YUV191.1395.2165-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.02%
GREEN value IS 176 (69.14% from 255) = 31.88%
BLUE value IS 133 (52.34% from 255) = 24.09%
R=44.02%
G=31.88%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317613300.280.450.0523.4582.0973.73
HexF3B08501C2D517524a
Octal36326020503455527122112
Binary1111001110110000100001010111001011011011011110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B085; }

 p { color: rgb(243,176,133); }

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

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

 a { background-color: rgb(243,176,133); }

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

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

 span { border-color: rgb(243,176,133); }

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