Html Css Color HEX #F4AF80 Tacao

📋 copy color: '#F4AF80'

red 244 ◦ green 175 ◦ blue 128

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

Shades of Tacao #F4AF80

Tints of Tacao #F4AF80

RGB

 RED value IS 244 (95.7% from 255) = 44.61%

 GREEN value IS 175 (68.75% from 255) = 31.99%

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

R = 44.61%
G = 31.99%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F4AF80 (or 0xF4AF80) is known color: Tacao. HEX triplet: F4, AF and 80. RGB value is (244,175,128). Sum of RGB (Red+Green+Blue) = 244+175+128=547 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.61% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AF80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4AF80 is #0B507F. Grayscale: #BEBEBE. Windows color (decimal): -741504 or 8433652. OLE color: 8433652.

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

Color convert

RGB 244 175 128 -
CMYK 0 0.28 0.48 0.04
HSL 24.31º 0.84% 0.73% -
HSV(B) 24.31º 0.48% 0.96% -
XYZ 56.53 51.45 27.37 -
YUV 190.27 92.86 166.32 -
System Red Green Blue C M Y K H S L
Decimal 244 175 128 0 0.28 0.48 0.04 24.31 0.84 0.73
Hex F4 AF 80 0 1C 30 4 18 54 49
Octal 364 257 200 0 34 60 4 30 124 111
Binary 11110100 10101111 10000000 0 11100 110000 100 11000 1010100 1001001

Color Harmonies of #F4AF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4AF80

Black with #F4AF80

Text Example


Text Example

White with #F4AF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4AF80; }

 p { color: rgb(244,175,128); }

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

background-color css

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

 a { background-color: rgb(244,175,128); }

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

border-color css

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

 span { border-color: rgb(244,175,128); }

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