#F6AD6F

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

Shades of Tacao #F6AD6F

Tints of Tacao #F6AD6F

Color information

#F6AD6F (or 0xF6AD6F) is unknown color: approx Tacao. HEX triplet: F6, AD and 6F. RGB value is (246,173,111). Sum of RGB (Red+Green+Blue) = 246+173+111=530 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.42% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 111 (43.75% from 255 or 20.94% from 530); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AD6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AD6F is #095290. Grayscale: #BCBCBC. Windows color (decimal): -610961 or 7319030. OLE color: 7319030.

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

Color convert

RGB246173111-
CMYK00.300.550.04
HSL27.56º88.24%70%-
HSV(B)27.56º54.88%96.47%-
XYZ55.8250.6321.87-
YUV187.7684.68169.54-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.42%
GREEN value IS 173 (67.97% from 255) = 32.64%
BLUE value IS 111 (43.75% from 255) = 20.94%
R=46.42%
G=32.64%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617311100.300.550.0427.5688.2470
HexF6AD6F01E3741c5846
Octal36625515703667434130106
Binary111101101010110111011110111101101111001110010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AD6F; }

 p { color: rgb(246,173,111); }

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

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

 a { background-color: rgb(246,173,111); }

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

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

 span { border-color: rgb(246,173,111); }

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