Html Css Color HEX #FBA979 Tacao

📋 copy color: '#FBA979'

red 251 ◦ green 169 ◦ blue 121

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

Shades of Tacao #FBA979

Tints of Tacao #FBA979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 22.37%

R = 46.4%
G = 31.24%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FBA979 (or 0xFBA979) is known color: Tacao. HEX triplet: FB, A9 and 79. RGB value is (251,169,121). Sum of RGB (Red+Green+Blue) = 251+169+121=541 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.40% from 541); Green value is 169 (66.41% from 255 or 31.24% from 541); Blue value is 121 (47.66% from 255 or 22.37% from 541); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA979 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA979 is #045686. Grayscale: #BCBCBC. Windows color (decimal): -284295 or 7973371. OLE color: 7973371.

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

Color convert

RGB 251 169 121 -
CMYK 0 0.33 0.52 0.02
HSL 22.15º 0.94% 0.73% -
HSV(B) 22.15º 0.52% 0.98% -
XYZ 57.42 50.27 24.76 -
YUV 188.05 90.17 172.9 -
System Red Green Blue C M Y K H S L
Decimal 251 169 121 0 0.33 0.52 0.02 22.15 0.94 0.73
Hex FB A9 79 0 21 34 2 16 5E 49
Octal 373 251 171 0 41 64 2 26 136 111
Binary 11111011 10101001 1111001 0 100001 110100 10 10110 1011110 1001001

Color Harmonies of #FBA979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA979

Black with #FBA979

Text Example


Text Example

White with #FBA979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA979; }

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

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

background-color css

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

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

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

border-color css

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

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

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