Html Css Color HEX #FCAB74 Tacao

📋 copy color: '#FCAB74'

red 252 ◦ green 171 ◦ blue 116

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

Shades of Tacao #FCAB74

Tints of Tacao #FCAB74

RGB

 RED value IS 252 (98.83% from 255) = 46.75%

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

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

R = 46.75%
G = 31.73%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCAB74 (or 0xFCAB74) is known color: Tacao. HEX triplet: FC, AB and 74. RGB value is (252,171,116). Sum of RGB (Red+Green+Blue) = 252+171+116=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 116 (45.70% from 255 or 21.52% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAB74 is #03548B. Grayscale: #BDBDBD. Windows color (decimal): -218252 or 7646204. OLE color: 7646204.

HSL color Cylindrical-coordinate representation of color #FCAB74: hue angle of 24.26º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FCAB74 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 171 116 -
CMYK 0 0.32 0.54 0.01
HSL 24.26º 0.96% 0.72% -
HSV(B) 24.26º 0.54% 0.99% -
XYZ 57.86 51.08 23.33 -
YUV 188.95 86.84 172.97 -
System Red Green Blue C M Y K H S L
Decimal 252 171 116 0 0.32 0.54 0.01 24.26 0.96 0.72
Hex FC AB 74 0 20 36 1 18 60 48
Octal 374 253 164 0 40 66 1 30 140 110
Binary 11111100 10101011 1110100 0 100000 110110 1 11000 1100000 1001000

Color Harmonies of #FCAB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB74

Black with #FCAB74

Text Example


Text Example

White with #FCAB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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