#F5AC6C

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

Shades of Tacao #F5AC6C

Tints of Tacao #F5AC6C

Color information

#F5AC6C (or 0xF5AC6C) is unknown color: approx Tacao. HEX triplet: F5, AC and 6C. RGB value is (245,172,108). Sum of RGB (Red+Green+Blue) = 245+172+108=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 108 (42.58% from 255 or 20.57% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AC6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AC6C is #0A5393. Grayscale: #BABABA. Windows color (decimal): -676756 or 7122165. OLE color: 7122165.

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

Color convert

RGB245172108-
CMYK00.300.560.04
HSL28.03º87.26%69.22%-
HSV(B)28.03º55.92%96.08%-
XYZ55.125020.93-
YUV186.5383.68169.7-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.67%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 108 (42.58% from 255) = 20.57%
R=46.67%
G=32.76%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517210800.300.560.0428.0387.2669.22
HexF5AC6C01E3841c5745
Octal36525415403670434127105
Binary111101011010110011011000111101110001001110010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AC6C; }

 p { color: rgb(245,172,108); }

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

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

 a { background-color: rgb(245,172,108); }

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

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

 span { border-color: rgb(245,172,108); }

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