Html Css Color HEX #FCB06F Tacao

📋 copy color: '#FCB06F'

red 252 ◦ green 176 ◦ blue 111

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

Shades of Tacao #FCB06F

Tints of Tacao #FCB06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.59%

R = 46.75%
G = 32.65%
B = 20.59%

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

#FCB06F (or 0xFCB06F) is known color: Tacao. HEX triplet: FC, B0 and 6F. RGB value is (252,176,111). Sum of RGB (Red+Green+Blue) = 252+176+111=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 111 (43.75% from 255 or 20.59% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB06F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB06F is #034F90. Grayscale: #BFBFBF. Windows color (decimal): -216977 or 7319804. OLE color: 7319804.

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

Color convert

RGB 252 176 111 -
CMYK 0 0.30 0.56 0.01
HSL 27.66º 0.96% 0.71% -
HSV(B) 27.66º 0.56% 0.99% -
XYZ 58.54 52.89 22.16 -
YUV 191.31 82.68 171.29 -
System Red Green Blue C M Y K H S L
Decimal 252 176 111 0 0.30 0.56 0.01 27.66 0.96 0.71
Hex FC B0 6F 0 1E 38 1 1C 60 47
Octal 374 260 157 0 36 70 1 34 140 107
Binary 11111100 10110000 1101111 0 11110 111000 1 11100 1100000 1000111

Color Harmonies of #FCB06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB06F

Black with #FCB06F

Text Example


Text Example

White with #FCB06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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