#F3B375

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

Shades of Tacao #F3B375

Tints of Tacao #F3B375

Color information

#F3B375 (or 0xF3B375) is unknown color: approx Tacao. HEX triplet: F3, B3 and 75. RGB value is (243,179,117). Sum of RGB (Red+Green+Blue) = 243+179+117=539 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.08% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 117 (46.09% from 255 or 21.71% from 539); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3B375 is #0C4C8A. Grayscale: #BFBFBF. Windows color (decimal): -806027 or 7713779. OLE color: 7713779.

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

Color convert

RGB243179117-
CMYK00.260.520.05
HSL29.52º84%70.59%-
HSV(B)29.52º51.85%95.29%-
XYZ56.2952.5824.01-
YUV191.0786.2165.04-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.08%
GREEN value IS 179 (70.31% from 255) = 33.21%
BLUE value IS 117 (46.09% from 255) = 21.71%
R=45.08%
G=33.21%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317911700.260.520.0529.528470.59
HexF3B37501A3451e5447
Octal36326316503264536124107
Binary111100111011001111101010110101101001011111010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B375; }

 p { color: rgb(243,179,117); }

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

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

 a { background-color: rgb(243,179,117); }

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

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

 span { border-color: rgb(243,179,117); }

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