#F3B470

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

Shades of Tacao #F3B470

Tints of Tacao #F3B470

Color information

#F3B470 (or 0xF3B470) is unknown color: approx Tacao. HEX triplet: F3, B4 and 70. RGB value is (243,180,112). Sum of RGB (Red+Green+Blue) = 243+180+112=535 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.42% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 112 (44.14% from 255 or 20.93% from 535); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3B470 is #0C4B8F. Grayscale: #BFBFBF. Windows color (decimal): -805776 or 7386355. OLE color: 7386355.

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

Color convert

RGB243180112-
CMYK00.260.540.05
HSL31.15º84.52%69.61%-
HSV(B)31.15º53.91%95.29%-
XYZ56.2152.8722.57-
YUV191.0883.37165.03-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.42%
GREEN value IS 180 (70.70% from 255) = 33.64%
BLUE value IS 112 (44.14% from 255) = 20.93%
R=45.42%
G=33.64%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318011200.260.540.0531.1584.5269.61
HexF3B47001A3651f5546
Octal36326416003266537125106
Binary111100111011010011100000110101101101011111110101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B470; }

 p { color: rgb(243,180,112); }

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

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

 a { background-color: rgb(243,180,112); }

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

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

 span { border-color: rgb(243,180,112); }

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