Html Css Color HEX #FAB077 Tacao

📋 copy color: '#FAB077'

red 250 ◦ green 176 ◦ blue 119

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

Shades of Tacao #FAB077

Tints of Tacao #FAB077

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.29%

 BLUE value IS 119 (46.88% from 255) = 21.83%

R = 45.87%
G = 32.29%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FAB077 (or 0xFAB077) is known color: Tacao. HEX triplet: FA, B0 and 77. RGB value is (250,176,119). Sum of RGB (Red+Green+Blue) = 250+176+119=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 119 (46.88% from 255 or 21.83% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB077 is #054F88. Grayscale: #BFBFBF. Windows color (decimal): -348041 or 7844090. OLE color: 7844090.

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

Color convert

RGB 250 176 119 -
CMYK 0 0.30 0.52 0.02
HSL 26.11º 0.93% 0.72% -
HSV(B) 26.11º 0.52% 0.98% -
XYZ 58.28 52.71 24.55 -
YUV 191.63 87.02 169.63 -
System Red Green Blue C M Y K H S L
Decimal 250 176 119 0 0.30 0.52 0.02 26.11 0.93 0.72
Hex FA B0 77 0 1E 34 2 1A 5D 48
Octal 372 260 167 0 36 64 2 32 135 110
Binary 11111010 10110000 1110111 0 11110 110100 10 11010 1011101 1001000

Color Harmonies of #FAB077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB077

Black with #FAB077

Text Example


Text Example

White with #FAB077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB077; }

 p { color: rgb(250,176,119); }

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

background-color css

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

 a { background-color: rgb(250,176,119); }

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

border-color css

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

 span { border-color: rgb(250,176,119); }

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