Html Css Color HEX #FCAF73 Tacao

📋 copy color: '#FCAF73'

red 252 ◦ green 175 ◦ blue 115

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

Shades of Tacao #FCAF73

Tints of Tacao #FCAF73

RGB

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

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

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

R = 46.49%
G = 32.29%
B = 21.22%

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

#FCAF73 (or 0xFCAF73) is known color: Tacao. HEX triplet: FC, AF and 73. RGB value is (252,175,115). Sum of RGB (Red+Green+Blue) = 252+175+115=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 115 (45.31% from 255 or 21.22% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAF73 is #03508C. Grayscale: #BFBFBF. Windows color (decimal): -217229 or 7581692. OLE color: 7581692.

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

Color convert

RGB 252 175 115 -
CMYK 0 0.31 0.54 0.01
HSL 26.28º 0.96% 0.72% -
HSV(B) 26.28º 0.54% 0.99% -
XYZ 58.57 52.59 23.28 -
YUV 191.18 85.01 171.38 -
System Red Green Blue C M Y K H S L
Decimal 252 175 115 0 0.31 0.54 0.01 26.28 0.96 0.72
Hex FC AF 73 0 1F 36 1 1A 60 48
Octal 374 257 163 0 37 66 1 32 140 110
Binary 11111100 10101111 1110011 0 11111 110110 1 11010 1100000 1001000

Color Harmonies of #FCAF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAF73

Black with #FCAF73

Text Example


Text Example

White with #FCAF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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