#F3B16E

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

Shades of Tacao #F3B16E

Tints of Tacao #F3B16E

Color information

#F3B16E (or 0xF3B16E) is unknown color: approx Tacao. HEX triplet: F3, B1 and 6E. RGB value is (243,177,110). Sum of RGB (Red+Green+Blue) = 243+177+110=530 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.85% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 110 (43.36% from 255 or 20.75% from 530); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B16E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3B16E is #0C4E91. Grayscale: #BDBDBD. Windows color (decimal): -806546 or 7254515. OLE color: 7254515.

HSL color Cylindrical-coordinate representation of color #F3B16E: hue angle of 30.23º 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 #F3B16E is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB243177110-
CMYK00.270.550.05
HSL30.23º84.71%69.22%-
HSV(B)30.23º54.73%95.29%-
XYZ55.551.6221.79-
YUV189.183.37166.45-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.85%
GREEN value IS 177 (69.53% from 255) = 33.40%
BLUE value IS 110 (43.36% from 255) = 20.75%
R=45.85%
G=33.40%
B=20.75%

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
Decimal24317711000.270.550.0530.2384.7169.22
HexF3B16E01B3751e5545
Octal36326115603367536125105
Binary111100111011000111011100110111101111011111010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B16E; }

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

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

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

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

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

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

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

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