Html Css Color HEX #FAAF70 Tacao

📋 copy color: '#FAAF70'

red 250 ◦ green 175 ◦ blue 112

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

Shades of Tacao #FAAF70

Tints of Tacao #FAAF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.86%

R = 46.55%
G = 32.59%
B = 20.86%

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

#FAAF70 (or 0xFAAF70) is known color: Tacao. HEX triplet: FA, AF and 70. RGB value is (250,175,112). Sum of RGB (Red+Green+Blue) = 250+175+112=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 112 (44.14% from 255 or 20.86% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAF70 is #05508F. Grayscale: #BEBEBE. Windows color (decimal): -348304 or 7385082. OLE color: 7385082.

HSL color Cylindrical-coordinate representation of color #FAAF70: hue angle of 27.39º 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 #FAAF70 is Cyan = 0, Magento = 0.3, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 175 112 -
CMYK 0 0.3 0.55 0.02
HSL 27.39º 0.93% 0.71% -
HSV(B) 27.39º 0.55% 0.98% -
XYZ 57.68 52.15 22.36 -
YUV 190.24 83.85 170.62 -
System Red Green Blue C M Y K H S L
Decimal 250 175 112 0 0.3 0.55 0.02 27.39 0.93 0.71
Hex FA AF 70 0 1E 37 2 1B 5D 47
Octal 372 257 160 0 36 67 2 33 135 107
Binary 11111010 10101111 1110000 0 11110 110111 10 11011 1011101 1000111

Color Harmonies of #FAAF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF70

Black with #FAAF70

Text Example


Text Example

White with #FAAF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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