Html Css Color HEX #FCB16D Tacao

📋 copy color: '#FCB16D'

red 252 ◦ green 177 ◦ blue 109

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

Shades of Tacao #FCB16D

Tints of Tacao #FCB16D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.9%

 BLUE value IS 109 (42.97% from 255) = 20.26%

R = 46.84%
G = 32.9%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCB16D (or 0xFCB16D) is known color: Tacao. HEX triplet: FC, B1 and 6D. RGB value is (252,177,109). Sum of RGB (Red+Green+Blue) = 252+177+109=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 177 (69.53% from 255 or 32.90% from 538); Blue value is 109 (42.97% from 255 or 20.26% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB16D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB16D is #034E92. Grayscale: #C0C0C0. Windows color (decimal): -216723 or 7188988. OLE color: 7188988.

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

Color convert

RGB 252 177 109 -
CMYK 0 0.30 0.57 0.01
HSL 28.53º 0.96% 0.71% -
HSV(B) 28.53º 0.57% 0.99% -
XYZ 58.63 53.24 21.66 -
YUV 191.67 81.35 171.03 -
System Red Green Blue C M Y K H S L
Decimal 252 177 109 0 0.30 0.57 0.01 28.53 0.96 0.71
Hex FC B1 6D 0 1E 39 1 1D 60 47
Octal 374 261 155 0 36 71 1 35 140 107
Binary 11111100 10110001 1101101 0 11110 111001 1 11101 1100000 1000111

Color Harmonies of #FCB16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB16D

Black with #FCB16D

Text Example


Text Example

White with #FCB16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB16D; }

 p { color: rgb(252,177,109); }

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

background-color css

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

 a { background-color: rgb(252,177,109); }

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

border-color css

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

 span { border-color: rgb(252,177,109); }

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