Html Css Color HEX #F4AF74 Tacao

📋 copy color: '#F4AF74'

red 244 ◦ green 175 ◦ blue 116

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

Shades of Tacao #F4AF74

Tints of Tacao #F4AF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.68%

R = 45.61%
G = 32.71%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F4AF74 (or 0xF4AF74) is known color: Tacao. HEX triplet: F4, AF and 74. RGB value is (244,175,116). Sum of RGB (Red+Green+Blue) = 244+175+116=535 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.61% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 116 (45.70% from 255 or 21.68% from 535); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AF74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4AF74 is #0B508B. Grayscale: #BDBDBD. Windows color (decimal): -741516 or 7647220. OLE color: 7647220.

HSL color Cylindrical-coordinate representation of color #F4AF74: hue angle of 27.66º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F4AF74 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 175 116 -
CMYK 0 0.28 0.52 0.04
HSL 27.66º 0.85% 0.71% -
HSV(B) 27.66º 0.52% 0.96% -
XYZ 55.79 51.15 23.46 -
YUV 188.91 86.86 167.3 -
System Red Green Blue C M Y K H S L
Decimal 244 175 116 0 0.28 0.52 0.04 27.66 0.85 0.71
Hex F4 AF 74 0 1C 34 4 1C 55 47
Octal 364 257 164 0 34 64 4 34 125 107
Binary 11110100 10101111 1110100 0 11100 110100 100 11100 1010101 1000111

Color Harmonies of #F4AF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4AF74

Black with #F4AF74

Text Example


Text Example

White with #F4AF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4AF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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