Html Css Color HEX #FCAE74 Tacao

📋 copy color: '#FCAE74'

red 252 ◦ green 174 ◦ blue 116

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

Shades of Tacao #FCAE74

Tints of Tacao #FCAE74

RGB

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

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

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

R = 46.49%
G = 32.1%
B = 21.4%

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

#FCAE74 (or 0xFCAE74) is known color: Tacao. HEX triplet: FC, AE and 74. RGB value is (252,174,116). Sum of RGB (Red+Green+Blue) = 252+174+116=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 116 (45.70% from 255 or 21.40% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAE74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAE74 is #03518B. Grayscale: #BFBFBF. Windows color (decimal): -217484 or 7646972. OLE color: 7646972.

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

Color convert

RGB 252 174 116 -
CMYK 0 0.31 0.54 0.01
HSL 25.59º 0.96% 0.72% -
HSV(B) 25.59º 0.54% 0.99% -
XYZ 58.43 52.23 23.52 -
YUV 190.71 85.84 171.72 -
System Red Green Blue C M Y K H S L
Decimal 252 174 116 0 0.31 0.54 0.01 25.59 0.96 0.72
Hex FC AE 74 0 1F 36 1 1A 60 48
Octal 374 256 164 0 37 66 1 32 140 110
Binary 11111100 10101110 1110100 0 11111 110110 1 11010 1100000 1001000

Color Harmonies of #FCAE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAE74

Black with #FCAE74

Text Example


Text Example

White with #FCAE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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