Html Css Color HEX #FCAE80 Tacao

📋 copy color: '#FCAE80'

red 252 ◦ green 174 ◦ blue 128

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

Shades of Tacao #FCAE80

Tints of Tacao #FCAE80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.1%

R = 45.49%
G = 31.41%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FCAE80 (or 0xFCAE80) is known color: Tacao. HEX triplet: FC, AE and 80. RGB value is (252,174,128). Sum of RGB (Red+Green+Blue) = 252+174+128=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAE80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAE80 is #03517F. Grayscale: #C0C0C0. Windows color (decimal): -217472 or 8433404. OLE color: 8433404.

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

Color convert

RGB 252 174 128 -
CMYK 0 0.31 0.49 0.01
HSL 22.26º 0.95% 0.75% -
HSV(B) 22.26º 0.49% 0.99% -
XYZ 59.18 52.53 27.44 -
YUV 192.08 91.84 170.74 -
System Red Green Blue C M Y K H S L
Decimal 252 174 128 0 0.31 0.49 0.01 22.26 0.95 0.75
Hex FC AE 80 0 1F 31 1 16 5F 4B
Octal 374 256 200 0 37 61 1 26 137 113
Binary 11111100 10101110 10000000 0 11111 110001 1 10110 1011111 1001011

Color Harmonies of #FCAE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAE80

Black with #FCAE80

Text Example


Text Example

White with #FCAE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAE80; }

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

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

background-color css

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

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

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

border-color css

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

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

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