#F5AF6F

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

Shades of Tacao #F5AF6F

Tints of Tacao #F5AF6F

Color information

#F5AF6F (or 0xF5AF6F) is unknown color: approx Tacao. HEX triplet: F5, AF and 6F. RGB value is (245,175,111). Sum of RGB (Red+Green+Blue) = 245+175+111=531 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.14% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 111 (43.75% from 255 or 20.90% from 531); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AF6F is #0A5090. Grayscale: #BCBCBC. Windows color (decimal): -675985 or 7319541. OLE color: 7319541.

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

Color convert

RGB245175111-
CMYK00.290.550.04
HSL28.66º87.01%69.8%-
HSV(B)28.66º54.69%96.08%-
XYZ55.8651.2221.98-
YUV188.6384.19168.2-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.14%
GREEN value IS 175 (68.75% from 255) = 32.96%
BLUE value IS 111 (43.75% from 255) = 20.90%
R=46.14%
G=32.96%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517511100.290.550.0428.6687.0169.8
HexF5AF6F01D3741d5746
Octal36525715703567435127106
Binary111101011010111111011110111011101111001110110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AF6F; }

 p { color: rgb(245,175,111); }

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

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

 a { background-color: rgb(245,175,111); }

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

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

 span { border-color: rgb(245,175,111); }

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