#F5B17F

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

Shades of Tacao #F5B17F

Tints of Tacao #F5B17F

Color information

#F5B17F (or 0xF5B17F) is unknown color: approx Tacao. HEX triplet: F5, B1 and 7F. RGB value is (245,177,127). Sum of RGB (Red+Green+Blue) = 245+177+127=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 177 (69.53% from 255 or 32.24% from 549); Blue value is 127 (50% from 255 or 23.13% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B17F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5B17F is #0A4E80. Grayscale: #BFBFBF. Windows color (decimal): -675457 or 8368629. OLE color: 8368629.

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

Color convert

RGB245177127-
CMYK00.280.480.04
HSL25.42º85.51%72.94%-
HSV(B)25.42º48.16%96.08%-
XYZ57.2152.3927.18-
YUV191.6391.53166.07-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.63%
GREEN value IS 177 (69.53% from 255) = 32.24%
BLUE value IS 127 (50% from 255) = 23.13%
R=44.63%
G=32.24%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517712700.280.480.0425.4285.5172.94
HexF5B17F01C304195649
Octal36526117703460431126111
Binary111101011011000111111110111001100001001100110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B17F; }

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

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

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

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

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

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

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

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