Html Css Color HEX #FCAE70 Tacao

📋 copy color: '#FCAE70'

red 252 ◦ green 174 ◦ blue 112

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

Shades of Tacao #FCAE70

Tints of Tacao #FCAE70

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.34%

 BLUE value IS 112 (44.14% from 255) = 20.82%

R = 46.84%
G = 32.34%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCAE70 (or 0xFCAE70) is known color: Tacao. HEX triplet: FC, AE and 70. RGB value is (252,174,112). Sum of RGB (Red+Green+Blue) = 252+174+112=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 112 (44.14% from 255 or 20.82% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAE70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAE70 is #03518F. Grayscale: #BEBEBE. Windows color (decimal): -217488 or 7384828. OLE color: 7384828.

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

Color convert

RGB 252 174 112 -
CMYK 0 0.31 0.56 0.01
HSL 26.57º 0.96% 0.71% -
HSV(B) 26.57º 0.56% 0.99% -
XYZ 58.21 52.14 22.33 -
YUV 190.25 83.84 172.04 -
System Red Green Blue C M Y K H S L
Decimal 252 174 112 0 0.31 0.56 0.01 26.57 0.96 0.71
Hex FC AE 70 0 1F 38 1 1B 60 47
Octal 374 256 160 0 37 70 1 33 140 107
Binary 11111100 10101110 1110000 0 11111 111000 1 11011 1100000 1000111

Color Harmonies of #FCAE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAE70

Black with #FCAE70

Text Example


Text Example

White with #FCAE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAE70; }

 p { color: rgb(252,174,112); }

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

background-color css

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

 a { background-color: rgb(252,174,112); }

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

border-color css

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

 span { border-color: rgb(252,174,112); }

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