#F5B16E

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

Shades of Tacao #F5B16E

Tints of Tacao #F5B16E

Color information

#F5B16E (or 0xF5B16E) is unknown color: approx Tacao. HEX triplet: F5, B1 and 6E. RGB value is (245,177,110). Sum of RGB (Red+Green+Blue) = 245+177+110=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 177 (69.53% from 255 or 33.27% from 532); Blue value is 110 (43.36% from 255 or 20.68% from 532); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B16E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5B16E is #0A4E91. Grayscale: #BEBEBE. Windows color (decimal): -675474 or 7254517. OLE color: 7254517.

HSL color Cylindrical-coordinate representation of color #F5B16E: hue angle of 29.78º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F5B16E is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB245177110-
CMYK00.280.550.04
HSL29.78º87.1%69.61%-
HSV(B)29.78º55.1%96.08%-
XYZ56.1951.9821.82-
YUV189.6983.03167.45-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.05%
GREEN value IS 177 (69.53% from 255) = 33.27%
BLUE value IS 110 (43.36% from 255) = 20.68%
R=46.05%
G=33.27%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517711000.280.550.0429.7887.169.61
HexF5B16E01C3741e5746
Octal36526115603467436127106
Binary111101011011000111011100111001101111001111010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B16E; }

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

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

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

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

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

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

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

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