Html Css Color HEX #FCB16E Tacao

📋 copy color: '#FCB16E'

red 252 ◦ green 177 ◦ blue 110

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

Shades of Tacao #FCB16E

Tints of Tacao #FCB16E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.41%

R = 46.75%
G = 32.84%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCB16E (or 0xFCB16E) is known color: Tacao. HEX triplet: FC, B1 and 6E. RGB value is (252,177,110). Sum of RGB (Red+Green+Blue) = 252+177+110=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 110 (43.36% from 255 or 20.41% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB16E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB16E is #034E91. Grayscale: #C0C0C0. Windows color (decimal): -216722 or 7254524. OLE color: 7254524.

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

Color convert

RGB 252 177 110 -
CMYK 0 0.30 0.56 0.01
HSL 28.31º 0.96% 0.71% -
HSV(B) 28.31º 0.56% 0.99% -
XYZ 58.68 53.27 21.94 -
YUV 191.79 81.85 170.95 -
System Red Green Blue C M Y K H S L
Decimal 252 177 110 0 0.30 0.56 0.01 28.31 0.96 0.71
Hex FC B1 6E 0 1E 38 1 1C 60 47
Octal 374 261 156 0 36 70 1 34 140 107
Binary 11111100 10110001 1101110 0 11110 111000 1 11100 1100000 1000111

Color Harmonies of #FCB16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB16E

Black with #FCB16E

Text Example


Text Example

White with #FCB16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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