Html Css Color HEX #FAA975 Tacao

📋 copy color: '#FAA975'

red 250 ◦ green 169 ◦ blue 117

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

Shades of Tacao #FAA975

Tints of Tacao #FAA975

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.53%

 BLUE value IS 117 (46.09% from 255) = 21.83%

R = 46.64%
G = 31.53%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FAA975 (or 0xFAA975) is known color: Tacao. HEX triplet: FA, A9 and 75. RGB value is (250,169,117). Sum of RGB (Red+Green+Blue) = 250+169+117=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 169 (66.41% from 255 or 31.53% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA975 is #05568A. Grayscale: #BBBBBB. Windows color (decimal): -349835 or 7711226. OLE color: 7711226.

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

Color convert

RGB 250 169 117 -
CMYK 0 0.32 0.53 0.02
HSL 23.46º 0.93% 0.72% -
HSV(B) 23.46º 0.53% 0.98% -
XYZ 56.82 49.98 23.48 -
YUV 187.29 88.34 172.73 -
System Red Green Blue C M Y K H S L
Decimal 250 169 117 0 0.32 0.53 0.02 23.46 0.93 0.72
Hex FA A9 75 0 20 35 2 17 5D 48
Octal 372 251 165 0 40 65 2 27 135 110
Binary 11111010 10101001 1110101 0 100000 110101 10 10111 1011101 1001000

Color Harmonies of #FAA975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA975

Black with #FAA975

Text Example


Text Example

White with #FAA975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA975; }

 p { color: rgb(250,169,117); }

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

background-color css

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

 a { background-color: rgb(250,169,117); }

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

border-color css

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

 span { border-color: rgb(250,169,117); }

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