Html Css Color HEX #FCB06D Tacao

📋 copy color: '#FCB06D'

red 252 ◦ green 176 ◦ blue 109

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

Shades of Tacao #FCB06D

Tints of Tacao #FCB06D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.77%

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

R = 46.93%
G = 32.77%
B = 20.3%

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

#FCB06D (or 0xFCB06D) is known color: Tacao. HEX triplet: FC, B0 and 6D. RGB value is (252,176,109). Sum of RGB (Red+Green+Blue) = 252+176+109=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 109 (42.97% from 255 or 20.30% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB06D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB06D is #034F92. Grayscale: #BFBFBF. Windows color (decimal): -216979 or 7188732. OLE color: 7188732.

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

Color convert

RGB 252 176 109 -
CMYK 0 0.30 0.57 0.01
HSL 28.11º 0.96% 0.71% -
HSV(B) 28.11º 0.57% 0.99% -
XYZ 58.43 52.85 21.59 -
YUV 191.09 81.68 171.45 -
System Red Green Blue C M Y K H S L
Decimal 252 176 109 0 0.30 0.57 0.01 28.11 0.96 0.71
Hex FC B0 6D 0 1E 39 1 1C 60 47
Octal 374 260 155 0 36 71 1 34 140 107
Binary 11111100 10110000 1101101 0 11110 111001 1 11100 1100000 1000111

Color Harmonies of #FCB06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB06D

Black with #FCB06D

Text Example


Text Example

White with #FCB06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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