Html Css Color HEX #FCA978 Tacao

📋 copy color: '#FCA978'

red 252 ◦ green 169 ◦ blue 120

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

Shades of Tacao #FCA978

Tints of Tacao #FCA978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.18%

R = 46.58%
G = 31.24%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCA978 (or 0xFCA978) is known color: Tacao. HEX triplet: FC, A9 and 78. RGB value is (252,169,120). Sum of RGB (Red+Green+Blue) = 252+169+120=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 169 (66.41% from 255 or 31.24% from 541); Blue value is 120 (47.27% from 255 or 22.18% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA978 is #035687. Grayscale: #BCBCBC. Windows color (decimal): -218760 or 7907836. OLE color: 7907836.

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

Color convert

RGB 252 169 120 -
CMYK 0 0.33 0.52 0.01
HSL 22.27º 0.96% 0.73% -
HSV(B) 22.27º 0.52% 0.99% -
XYZ 57.72 50.43 24.46 -
YUV 188.23 89.5 173.48 -
System Red Green Blue C M Y K H S L
Decimal 252 169 120 0 0.33 0.52 0.01 22.27 0.96 0.73
Hex FC A9 78 0 21 34 1 16 60 49
Octal 374 251 170 0 41 64 1 26 140 111
Binary 11111100 10101001 1111000 0 100001 110100 1 10110 1100000 1001001

Color Harmonies of #FCA978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA978

Black with #FCA978

Text Example


Text Example

White with #FCA978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA978; }

 p { color: rgb(252,169,120); }

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

background-color css

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

 a { background-color: rgb(252,169,120); }

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

border-color css

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

 span { border-color: rgb(252,169,120); }

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