Html Css Color HEX #FCAD73 Tacao

📋 copy color: '#FCAD73'

red 252 ◦ green 173 ◦ blue 115

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

Shades of Tacao #FCAD73

Tints of Tacao #FCAD73

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.04%

 BLUE value IS 115 (45.31% from 255) = 21.3%

R = 46.67%
G = 32.04%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCAD73 (or 0xFCAD73) is known color: Tacao. HEX triplet: FC, AD and 73. RGB value is (252,173,115). Sum of RGB (Red+Green+Blue) = 252+173+115=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 115 (45.31% from 255 or 21.30% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAD73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAD73 is #03528C. Grayscale: #BEBEBE. Windows color (decimal): -217741 or 7581180. OLE color: 7581180.

HSL color Cylindrical-coordinate representation of color #FCAD73: hue angle of 25.4º 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 #FCAD73 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 173 115 -
CMYK 0 0.31 0.54 0.01
HSL 25.4º 0.96% 0.72% -
HSV(B) 25.4º 0.54% 0.99% -
XYZ 58.18 51.82 23.16 -
YUV 190.01 85.67 172.22 -
System Red Green Blue C M Y K H S L
Decimal 252 173 115 0 0.31 0.54 0.01 25.4 0.96 0.72
Hex FC AD 73 0 1F 36 1 19 60 48
Octal 374 255 163 0 37 66 1 31 140 110
Binary 11111100 10101101 1110011 0 11111 110110 1 11001 1100000 1001000

Color Harmonies of #FCAD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAD73

Black with #FCAD73

Text Example


Text Example

White with #FCAD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAD73; }

 p { color: rgb(252,173,115); }

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

background-color css

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

 a { background-color: rgb(252,173,115); }

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

border-color css

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

 span { border-color: rgb(252,173,115); }

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