Html Css Color HEX #FAAF83 Tacao

📋 copy color: '#FAAF83'

red 250 ◦ green 175 ◦ blue 131

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

Shades of Tacao #FAAF83

Tints of Tacao #FAAF83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.56%

R = 44.96%
G = 31.47%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FAAF83 (or 0xFAAF83) is known color: Tacao. HEX triplet: FA, AF and 83. RGB value is (250,175,131). Sum of RGB (Red+Green+Blue) = 250+175+131=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 131 (51.56% from 255 or 23.56% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAF83 is #05507C. Grayscale: #C0C0C0. Windows color (decimal): -348285 or 8630266. OLE color: 8630266.

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

Color convert

RGB 250 175 131 -
CMYK 0 0.3 0.48 0.02
HSL 22.18º 0.92% 0.75% -
HSV(B) 22.18º 0.48% 0.98% -
XYZ 58.85 52.62 28.53 -
YUV 192.41 93.35 169.08 -
System Red Green Blue C M Y K H S L
Decimal 250 175 131 0 0.3 0.48 0.02 22.18 0.92 0.75
Hex FA AF 83 0 1E 30 2 16 5C 4B
Octal 372 257 203 0 36 60 2 26 134 113
Binary 11111010 10101111 10000011 0 11110 110000 10 10110 1011100 1001011

Color Harmonies of #FAAF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF83

Black with #FAAF83

Text Example


Text Example

White with #FAAF83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF83; }

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

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

background-color css

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

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

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

border-color css

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

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

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