#F3B16D

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

Shades of Tacao #F3B16D

Tints of Tacao #F3B16D

Color information

#F3B16D (or 0xF3B16D) is unknown color: approx Tacao. HEX triplet: F3, B1 and 6D. RGB value is (243,177,109). Sum of RGB (Red+Green+Blue) = 243+177+109=529 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.94% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B16D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3B16D is #0C4E92. Grayscale: #BDBDBD. Windows color (decimal): -806547 or 7188979. OLE color: 7188979.

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

Color convert

RGB243177109-
CMYK00.270.550.05
HSL30.45º84.81%69.02%-
HSV(B)30.45º55.14%95.29%-
XYZ55.4451.621.51-
YUV188.9882.87166.53-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.94%
GREEN value IS 177 (69.53% from 255) = 33.46%
BLUE value IS 109 (42.97% from 255) = 20.60%
R=45.94%
G=33.46%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317710900.270.550.0530.4584.8169.02
HexF3B16D01B3751e5545
Octal36326115503367536125105
Binary111100111011000111011010110111101111011111010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B16D; }

 p { color: rgb(243,177,109); }

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

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

 a { background-color: rgb(243,177,109); }

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

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

 span { border-color: rgb(243,177,109); }

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