Html Css Color HEX #FCAF78 Tacao

📋 copy color: '#FCAF78'

red 252 ◦ green 175 ◦ blue 120

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

Shades of Tacao #FCAF78

Tints of Tacao #FCAF78

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.99%

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

R = 46.07%
G = 31.99%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCAF78 (or 0xFCAF78) is known color: Tacao. HEX triplet: FC, AF and 78. RGB value is (252,175,120). Sum of RGB (Red+Green+Blue) = 252+175+120=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 120 (47.27% from 255 or 21.94% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAF78 is #035087. Grayscale: #C0C0C0. Windows color (decimal): -217224 or 7909372. OLE color: 7909372.

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

Color convert

RGB 252 175 120 -
CMYK 0 0.31 0.52 0.01
HSL 25º 0.96% 0.73% -
HSV(B) 25º 0.52% 0.99% -
XYZ 58.87 52.71 24.84 -
YUV 191.75 87.51 170.97 -
System Red Green Blue C M Y K H S L
Decimal 252 175 120 0 0.31 0.52 0.01 25 0.96 0.73
Hex FC AF 78 0 1F 34 1 19 60 49
Octal 374 257 170 0 37 64 1 31 140 111
Binary 11111100 10101111 1111000 0 11111 110100 1 11001 1100000 1001001

Color Harmonies of #FCAF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAF78

Black with #FCAF78

Text Example


Text Example

White with #FCAF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAF78; }

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

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

background-color css

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

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

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

border-color css

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

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

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