Html Css Color HEX #FAB374 Tacao

📋 copy color: '#FAB374'

red 250 ◦ green 179 ◦ blue 116

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

Shades of Tacao #FAB374

Tints of Tacao #FAB374

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.84%

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

R = 45.87%
G = 32.84%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FAB374 (or 0xFAB374) is known color: Tacao. HEX triplet: FA, B3 and 74. RGB value is (250,179,116). Sum of RGB (Red+Green+Blue) = 250+179+116=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 116 (45.70% from 255 or 21.28% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB374 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB374 is #054C8B. Grayscale: #C1C1C1. Windows color (decimal): -347276 or 7648250. OLE color: 7648250.

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

Color convert

RGB 250 179 116 -
CMYK 0 0.28 0.54 0.02
HSL 28.21º 0.93% 0.72% -
HSV(B) 28.21º 0.54% 0.98% -
XYZ 58.7 53.83 23.82 -
YUV 193.05 84.52 168.62 -
System Red Green Blue C M Y K H S L
Decimal 250 179 116 0 0.28 0.54 0.02 28.21 0.93 0.72
Hex FA B3 74 0 1C 36 2 1C 5D 48
Octal 372 263 164 0 34 66 2 34 135 110
Binary 11111010 10110011 1110100 0 11100 110110 10 11100 1011101 1001000

Color Harmonies of #FAB374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB374

Black with #FAB374

Text Example


Text Example

White with #FAB374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB374; }

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

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

background-color css

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

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

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

border-color css

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

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

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