Html Css Color HEX #F6A980 Tacao

📋 copy color: '#F6A980'

red 246 ◦ green 169 ◦ blue 128

#F6A980
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacao #F6A980

Tints of Tacao #F6A980

RGB

 RED value IS 246 (96.48% from 255) = 45.3%

 GREEN value IS 169 (66.41% from 255) = 31.12%

 BLUE value IS 128 (50.39% from 255) = 23.57%

R = 45.3%
G = 31.12%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F6A980 (or 0xF6A980) is known color: Tacao. HEX triplet: F6, A9 and 80. RGB value is (246,169,128). Sum of RGB (Red+Green+Blue) = 246+169+128=543 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.30% from 543); Green value is 169 (66.41% from 255 or 31.12% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A980 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A980 is #09567F. Grayscale: #BBBBBB. Windows color (decimal): -611968 or 8432118. OLE color: 8432118.

HSL color Cylindrical-coordinate representation of color #F6A980: hue angle of 20.85º degrees, saturation: 0.87, 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 #F6A980 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 169 128 -
CMYK 0 0.31 0.48 0.04
HSL 20.85º 0.87% 0.73% -
HSV(B) 20.85º 0.48% 0.96% -
XYZ 56.09 49.53 27.03 -
YUV 187.35 94.51 169.83 -
System Red Green Blue C M Y K H S L
Decimal 246 169 128 0 0.31 0.48 0.04 20.85 0.87 0.73
Hex F6 A9 80 0 1F 30 4 15 57 49
Octal 366 251 200 0 37 60 4 25 127 111
Binary 11110110 10101001 10000000 0 11111 110000 100 10101 1010111 1001001

Color Harmonies of #F6A980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A980

Black with #F6A980

Text Example


Text Example

White with #F6A980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A980; }

 p { color: rgb(246,169,128); }

 H1.HeaderClassName
 {
   color: #F6A980;
 }
 .AnyTagClassName
 {
   color: #F6A980;
 }
</style>

background-color css

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

 a { background-color: rgb(246,169,128); }

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

border-color css

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

 span { border-color: rgb(246,169,128); }

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