Html Css Color HEX #FBAB74 Tacao

📋 copy color: '#FBAB74'

red 251 ◦ green 171 ◦ blue 116

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

Shades of Tacao #FBAB74

Tints of Tacao #FBAB74

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.78%

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

R = 46.65%
G = 31.78%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FBAB74 (or 0xFBAB74) is known color: Tacao. HEX triplet: FB, AB and 74. RGB value is (251,171,116). Sum of RGB (Red+Green+Blue) = 251+171+116=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 116 (45.70% from 255 or 21.56% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAB74 is #04548B. Grayscale: #BCBCBC. Windows color (decimal): -283788 or 7646203. OLE color: 7646203.

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

Color convert

RGB 251 171 116 -
CMYK 0 0.32 0.54 0.02
HSL 24.44º 0.94% 0.72% -
HSV(B) 24.44º 0.54% 0.98% -
XYZ 57.5 50.9 23.32 -
YUV 188.65 87 172.47 -
System Red Green Blue C M Y K H S L
Decimal 251 171 116 0 0.32 0.54 0.02 24.44 0.94 0.72
Hex FB AB 74 0 20 36 2 18 5E 48
Octal 373 253 164 0 40 66 2 30 136 110
Binary 11111011 10101011 1110100 0 100000 110110 10 11000 1011110 1001000

Color Harmonies of #FBAB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAB74

Black with #FBAB74

Text Example


Text Example

White with #FBAB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAB74; }

 p { color: rgb(251,171,116); }

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

background-color css

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

 a { background-color: rgb(251,171,116); }

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

border-color css

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

 span { border-color: rgb(251,171,116); }

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