Html Css Color HEX #FBA977 Tacao

📋 copy color: '#FBA977'

red 251 ◦ green 169 ◦ blue 119

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

Shades of Tacao #FBA977

Tints of Tacao #FBA977

RGB

 RED value IS 251 (98.44% from 255) = 46.57%

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

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

R = 46.57%
G = 31.35%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FBA977 (or 0xFBA977) is known color: Tacao. HEX triplet: FB, A9 and 77. RGB value is (251,169,119). Sum of RGB (Red+Green+Blue) = 251+169+119=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 169 (66.41% from 255 or 31.35% from 539); Blue value is 119 (46.88% from 255 or 22.08% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA977 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA977 is #045688. Grayscale: #BCBCBC. Windows color (decimal): -284297 or 7842299. OLE color: 7842299.

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

Color convert

RGB 251 169 119 -
CMYK 0 0.33 0.53 0.02
HSL 22.73º 0.94% 0.73% -
HSV(B) 22.73º 0.53% 0.98% -
XYZ 57.3 50.22 24.13 -
YUV 187.82 89.17 173.07 -
System Red Green Blue C M Y K H S L
Decimal 251 169 119 0 0.33 0.53 0.02 22.73 0.94 0.73
Hex FB A9 77 0 21 35 2 17 5E 49
Octal 373 251 167 0 41 65 2 27 136 111
Binary 11111011 10101001 1110111 0 100001 110101 10 10111 1011110 1001001

Color Harmonies of #FBA977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA977

Black with #FBA977

Text Example


Text Example

White with #FBA977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA977; }

 p { color: rgb(251,169,119); }

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

background-color css

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

 a { background-color: rgb(251,169,119); }

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

border-color css

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

 span { border-color: rgb(251,169,119); }

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