Html Css Color HEX #F4AF7D Tacao

📋 copy color: '#F4AF7D'

red 244 ◦ green 175 ◦ blue 125

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

Shades of Tacao #F4AF7D

Tints of Tacao #F4AF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.98%

R = 44.85%
G = 32.17%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F4AF7D (or 0xF4AF7D) is known color: Tacao. HEX triplet: F4, AF and 7D. RGB value is (244,175,125). Sum of RGB (Red+Green+Blue) = 244+175+125=544 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.85% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AF7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4AF7D is #0B5082. Grayscale: #BEBEBE. Windows color (decimal): -741507 or 8237044. OLE color: 8237044.

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

Color convert

RGB 244 175 125 -
CMYK 0 0.28 0.49 0.04
HSL 25.21º 0.84% 0.72% -
HSV(B) 25.21º 0.49% 0.96% -
XYZ 56.34 51.37 26.35 -
YUV 189.93 91.36 166.57 -
System Red Green Blue C M Y K H S L
Decimal 244 175 125 0 0.28 0.49 0.04 25.21 0.84 0.72
Hex F4 AF 7D 0 1C 31 4 19 54 48
Octal 364 257 175 0 34 61 4 31 124 110
Binary 11110100 10101111 1111101 0 11100 110001 100 11001 1010100 1001000

Color Harmonies of #F4AF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4AF7D

Black with #F4AF7D

Text Example


Text Example

White with #F4AF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4AF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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