Html Css Color HEX #FAAF6D Tacao

📋 copy color: '#FAAF6D'

red 250 ◦ green 175 ◦ blue 109

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

Shades of Tacao #FAAF6D

Tints of Tacao #FAAF6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.41%

R = 46.82%
G = 32.77%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FAAF6D (or 0xFAAF6D) is known color: Tacao. HEX triplet: FA, AF and 6D. RGB value is (250,175,109). Sum of RGB (Red+Green+Blue) = 250+175+109=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 109 (42.97% from 255 or 20.41% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAF6D is #055092. Grayscale: #BEBEBE. Windows color (decimal): -348307 or 7188474. OLE color: 7188474.

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

Color convert

RGB 250 175 109 -
CMYK 0 0.3 0.56 0.02
HSL 28.09º 0.93% 0.7% -
HSV(B) 28.09º 0.56% 0.98% -
XYZ 57.51 52.09 21.49 -
YUV 189.9 82.35 170.87 -
System Red Green Blue C M Y K H S L
Decimal 250 175 109 0 0.3 0.56 0.02 28.09 0.93 0.7
Hex FA AF 6D 0 1E 38 2 1C 5D 46
Octal 372 257 155 0 36 70 2 34 135 106
Binary 11111010 10101111 1101101 0 11110 111000 10 11100 1011101 1000110

Color Harmonies of #FAAF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF6D

Black with #FAAF6D

Text Example


Text Example

White with #FAAF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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