Html Css Color HEX #FAAF71 Tacao

📋 copy color: '#FAAF71'

red 250 ◦ green 175 ◦ blue 113

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

Shades of Tacao #FAAF71

Tints of Tacao #FAAF71

RGB

 RED value IS 250 (98.05% from 255) = 46.47%

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

 BLUE value IS 113 (44.53% from 255) = 21%

R = 46.47%
G = 32.53%
B = 21%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FAAF71 (or 0xFAAF71) is known color: Tacao. HEX triplet: FA, AF and 71. RGB value is (250,175,113). Sum of RGB (Red+Green+Blue) = 250+175+113=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 113 (44.53% from 255 or 21.00% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAF71 is #05508E. Grayscale: #BEBEBE. Windows color (decimal): -348303 or 7450618. OLE color: 7450618.

HSL color Cylindrical-coordinate representation of color #FAAF71: hue angle of 27.15º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FAAF71 is Cyan = 0, Magento = 0.3, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 175 113 -
CMYK 0 0.3 0.55 0.02
HSL 27.15º 0.93% 0.71% -
HSV(B) 27.15º 0.55% 0.98% -
XYZ 57.73 52.18 22.65 -
YUV 190.36 84.35 170.54 -
System Red Green Blue C M Y K H S L
Decimal 250 175 113 0 0.3 0.55 0.02 27.15 0.93 0.71
Hex FA AF 71 0 1E 37 2 1B 5D 47
Octal 372 257 161 0 36 67 2 33 135 107
Binary 11111010 10101111 1110001 0 11110 110111 10 11011 1011101 1000111

Color Harmonies of #FAAF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF71

Black with #FAAF71

Text Example


Text Example

White with #FAAF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF71; }

 p { color: rgb(250,175,113); }

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

background-color css

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

 a { background-color: rgb(250,175,113); }

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

border-color css

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

 span { border-color: rgb(250,175,113); }

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