Html Css Color HEX #F7A980 Tacao

📋 copy color: '#F7A980'

red 247 ◦ green 169 ◦ blue 128

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

Shades of Tacao #F7A980

Tints of Tacao #F7A980

RGB

 RED value IS 247 (96.88% from 255) = 45.4%

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

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

R = 45.4%
G = 31.07%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F7A980 (or 0xF7A980) is known color: Tacao. HEX triplet: F7, A9 and 80. RGB value is (247,169,128). Sum of RGB (Red+Green+Blue) = 247+169+128=544 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.40% from 544); Green value is 169 (66.41% from 255 or 31.07% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A980 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A980 is #08567F. Grayscale: #BBBBBB. Windows color (decimal): -546432 or 8432119. OLE color: 8432119.

HSL color Cylindrical-coordinate representation of color #F7A980: hue angle of 20.67º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F7A980 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 169 128 -
CMYK 0 0.32 0.48 0.03
HSL 20.67º 0.88% 0.74% -
HSV(B) 20.67º 0.48% 0.97% -
XYZ 56.44 49.71 27.04 -
YUV 187.65 94.34 170.33 -
System Red Green Blue C M Y K H S L
Decimal 247 169 128 0 0.32 0.48 0.03 20.67 0.88 0.74
Hex F7 A9 80 0 20 30 3 15 58 4A
Octal 367 251 200 0 40 60 3 25 130 112
Binary 11110111 10101001 10000000 0 100000 110000 11 10101 1011000 1001010

Color Harmonies of #F7A980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A980

Black with #F7A980

Text Example


Text Example

White with #F7A980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A980; }

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

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

background-color css

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

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

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

border-color css

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

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

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