Html Css Color HEX #FAAF74 Tacao

📋 copy color: '#FAAF74'

red 250 ◦ green 175 ◦ blue 116

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

Shades of Tacao #FAAF74

Tints of Tacao #FAAF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.44%

R = 46.21%
G = 32.35%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FAAF74 (or 0xFAAF74) is known color: Tacao. HEX triplet: FA, AF and 74. RGB value is (250,175,116). Sum of RGB (Red+Green+Blue) = 250+175+116=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 116 (45.70% from 255 or 21.44% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAF74 is #05508B. Grayscale: #BFBFBF. Windows color (decimal): -348300 or 7647226. OLE color: 7647226.

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

Color convert

RGB 250 175 116 -
CMYK 0 0.3 0.54 0.02
HSL 26.42º 0.93% 0.72% -
HSV(B) 26.42º 0.54% 0.98% -
XYZ 57.91 52.24 23.56 -
YUV 190.7 85.85 170.3 -
System Red Green Blue C M Y K H S L
Decimal 250 175 116 0 0.3 0.54 0.02 26.42 0.93 0.72
Hex FA AF 74 0 1E 36 2 1A 5D 48
Octal 372 257 164 0 36 66 2 32 135 110
Binary 11111010 10101111 1110100 0 11110 110110 10 11010 1011101 1001000

Color Harmonies of #FAAF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF74

Black with #FAAF74

Text Example


Text Example

White with #FAAF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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