#F5B474

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

Shades of Tacao #F5B474

Tints of Tacao #F5B474

Color information

#F5B474 (or 0xF5B474) is unknown color: approx Tacao. HEX triplet: F5, B4 and 74. RGB value is (245,180,116). Sum of RGB (Red+Green+Blue) = 245+180+116=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 180 (70.70% from 255 or 33.27% from 541); Blue value is 116 (45.70% from 255 or 21.44% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B474 is #0A4B8B. Grayscale: #C0C0C0. Windows color (decimal): -674700 or 7648501. OLE color: 7648501.

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

Color convert

RGB245180116-
CMYK00.270.530.04
HSL29.77º86.58%70.78%-
HSV(B)29.77º52.65%96.08%-
XYZ57.1353.3223.8-
YUV192.1485.03165.7-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.29%
GREEN value IS 180 (70.70% from 255) = 33.27%
BLUE value IS 116 (45.70% from 255) = 21.44%
R=45.29%
G=33.27%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518011600.270.530.0429.7786.5870.78
HexF5B47401B3541e5747
Octal36526416403365436127107
Binary111101011011010011101000110111101011001111010101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B474; }

 p { color: rgb(245,180,116); }

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

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

 a { background-color: rgb(245,180,116); }

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

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

 span { border-color: rgb(245,180,116); }

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